Html Css Color HEX #787EFE Light Slate Blue

📋 copy color: '#787EFE'

red 120 ◦ green 126 ◦ blue 254

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

Shades of Light Slate Blue #787EFE

Tints of Light Slate Blue #787EFE

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25.2%

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

R = 24%
G = 25.2%
B = 50.8%

CMYK

 C value IS 0.53

 M value IS 0.50

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#787EFE (or 0x787EFE) is known color: Light Slate Blue. HEX triplet: 78, 7E and FE. RGB value is (120,126,254). Sum of RGB (Red+Green+Blue) = 120+126+254=500 (66% of max value = 765). Red value is 120 (47.27% from 255 or 24% from 500); Green value is 126 (49.61% from 255 or 25.2% from 500); Blue value is 254 (99.61% from 255 or 50.8% from 500); Max value from RGB is 254 - color contains mainly: blue. Hex color #787EFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #787EFE is #878101. Grayscale: #8A8A8A. Windows color (decimal): -8880386 or 16678520. OLE color: 16678520.

HSL color Cylindrical-coordinate representation of color #787EFE: hue angle of 237.31º 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 #787EFE is Cyan = 0.53, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 120 126 254 -
CMYK 0.53 0.50 0 0.00
HSL 237.31º 0.99% 0.73% -
HSV(B) 237.31º 0.53% 1% -
XYZ 33.1 26.07 97.05 -
YUV 138.8 193.01 114.59 -
System Red Green Blue C M Y K H S L
Decimal 120 126 254 0.53 0.50 0 0.00 237.31 0.99 0.73
Hex 78 7E FE 35 32 0 0 ED 63 49
Octal 170 176 376 65 62 0 0 355 143 111
Binary 1111000 1111110 11111110 110101 110010 0 0 11101101 1100011 1001001

Color Harmonies of #787EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787EFE

Black with #787EFE

Text Example


Text Example

White with #787EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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