Html Css Color HEX #787DFF Light Slate Blue

📋 copy color: '#787DFF'

red 120 ◦ green 125 ◦ blue 255

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

Shades of Light Slate Blue #787DFF

Tints of Light Slate Blue #787DFF

RGB

 RED value IS 120 (47.27% from 255) = 24%

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

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

R = 24%
G = 25%
B = 51%

CMYK

 C value IS 0.53

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#787DFF (or 0x787DFF) is known color: Light Slate Blue. HEX triplet: 78, 7D and FF. RGB value is (120,125,255). Sum of RGB (Red+Green+Blue) = 120+125+255=500 (66% of max value = 765). Red value is 120 (47.27% from 255 or 24% from 500); Green value is 125 (49.22% from 255 or 25% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #787DFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #787DFF is #878200. Grayscale: #898989. Windows color (decimal): -8880641 or 16743800. OLE color: 16743800.

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

Color convert

RGB 120 125 255 -
CMYK 0.53 0.51 0 0
HSL 237.78º 1% 0.74% -
HSV(B) 237.78º 0.53% 1% -
XYZ 33.13 25.88 97.86 -
YUV 138.33 193.84 114.93 -
System Red Green Blue C M Y K H S L
Decimal 120 125 255 0.53 0.51 0 0 237.78 1 0.74
Hex 78 7D FF 35 33 0 0 EE 64 4A
Octal 170 175 377 65 63 0 0 356 144 112
Binary 1111000 1111101 11111111 110101 110011 0 0 11101110 1100100 1001010

Color Harmonies of #787DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787DFF

Black with #787DFF

Text Example


Text Example

White with #787DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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