Html Css Color HEX #737DFF Light Slate Blue

📋 copy color: '#737DFF'

red 115 ◦ green 125 ◦ blue 255

#737DFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Blue #737DFF

Tints of Light Slate Blue #737DFF

RGB

 RED value IS 115 (45.31% from 255) = 23.23%

 GREEN value IS 125 (49.22% from 255) = 25.25%

 BLUE value IS 255 (100% from 255) = 51.52%

R = 23.23%
G = 25.25%
B = 51.52%

CMYK

 C value IS 0.55

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#737DFF (or 0x737DFF) is known color: Light Slate Blue. HEX triplet: 73, 7D and FF. RGB value is (115,125,255). Sum of RGB (Red+Green+Blue) = 115+125+255=495 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.23% from 495); Green value is 125 (49.22% from 255 or 25.25% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #737DFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #737DFF is #8C8200. Grayscale: #888888. Windows color (decimal): -9208321 or 16743795. OLE color: 16743795.

HSL color Cylindrical-coordinate representation of color #737DFF: hue angle of 235.71º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #737DFF is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 115 125 255 -
CMYK 0.55 0.51 0 0
HSL 235.71º 1% 0.73% -
HSV(B) 235.71º 0.55% 1% -
XYZ 32.45 25.53 97.83 -
YUV 136.83 194.69 112.43 -
System Red Green Blue C M Y K H S L
Decimal 115 125 255 0.55 0.51 0 0 235.71 1 0.73
Hex 73 7D FF 37 33 0 0 EC 64 49
Octal 163 175 377 67 63 0 0 354 144 111
Binary 1110011 1111101 11111111 110111 110011 0 0 11101100 1100100 1001001

Color Harmonies of #737DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737DFF

Black with #737DFF

Text Example


Text Example

White with #737DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #737DFF; }

 p { color: rgb(115,125,255); }

 H1.HeaderClassName
 {
   color: #737DFF;
 }
 .AnyTagClassName
 {
   color: #737DFF;
 }
</style>

background-color css

<style>
 a { background-color: #737DFF; }

 a { background-color: rgb(115,125,255); }

 div.DivClassName
 {
   background-color: #737DFF;
 }
 .BgClassName
 {
   background-color: #737DFF;
 }
</style>

border-color css

<style>
 span { border-color: #737DFF; }

 span { border-color: rgb(115,125,255); }

 td.TdClassName
 {
   border-color: #737DFF;
 }
 .TagClassName
 {
   border-color: #737DFF;
 }
</style>