Html Css Color HEX #787CFE Light Slate Blue

📋 copy color: '#787CFE'

red 120 ◦ green 124 ◦ blue 254

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

Shades of Light Slate Blue #787CFE

Tints of Light Slate Blue #787CFE

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.9%

 BLUE value IS 254 (99.61% from 255) = 51%

R = 24.1%
G = 24.9%
B = 51%

CMYK

 C value IS 0.53

 M value IS 0.51

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#787CFE (or 0x787CFE) is known color: Light Slate Blue. HEX triplet: 78, 7C and FE. RGB value is (120,124,254). Sum of RGB (Red+Green+Blue) = 120+124+254=498 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.10% from 498); Green value is 124 (48.83% from 255 or 24.90% from 498); Blue value is 254 (99.61% from 255 or 51.00% from 498); Max value from RGB is 254 - color contains mainly: blue. Hex color #787CFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #787CFE is #878301. Grayscale: #898989. Windows color (decimal): -8880898 or 16678008. OLE color: 16678008.

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

Color convert

RGB 120 124 254 -
CMYK 0.53 0.51 0 0.00
HSL 238.21º 0.99% 0.73% -
HSV(B) 238.21º 0.53% 1% -
XYZ 32.84 25.56 96.97 -
YUV 137.62 193.67 115.43 -
System Red Green Blue C M Y K H S L
Decimal 120 124 254 0.53 0.51 0 0.00 238.21 0.99 0.73
Hex 78 7C FE 35 33 0 0 EE 63 49
Octal 170 174 376 65 63 0 0 356 143 111
Binary 1111000 1111100 11111110 110101 110011 0 0 11101110 1100011 1001001

Color Harmonies of #787CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787CFE

Black with #787CFE

Text Example


Text Example

White with #787CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,124,254); }

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

background-color css

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

 a { background-color: rgb(120,124,254); }

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

border-color css

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

 span { border-color: rgb(120,124,254); }

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