Html Css Color HEX #787EFB Light Slate Blue

📋 copy color: '#787EFB'

red 120 ◦ green 126 ◦ blue 251

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

Shades of Light Slate Blue #787EFB

Tints of Light Slate Blue #787EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 50.5%

R = 24.14%
G = 25.35%
B = 50.5%

CMYK

 C value IS 0.52

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#787EFB (or 0x787EFB) is known color: Light Slate Blue. HEX triplet: 78, 7E and FB. RGB value is (120,126,251). Sum of RGB (Red+Green+Blue) = 120+126+251=497 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.14% from 497); Green value is 126 (49.61% from 255 or 25.35% from 497); Blue value is 251 (98.44% from 255 or 50.50% from 497); Max value from RGB is 251 - color contains mainly: blue. Hex color #787EFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #787EFB is #878104. Grayscale: #898989. Windows color (decimal): -8880389 or 16481912. OLE color: 16481912.

HSL color Cylindrical-coordinate representation of color #787EFB: hue angle of 237.25º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #787EFB is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 120 126 251 -
CMYK 0.52 0.50 0 0.02
HSL 237.25º 0.94% 0.73% -
HSV(B) 237.25º 0.52% 0.98% -
XYZ 32.62 25.88 94.54 -
YUV 138.46 191.51 114.84 -
System Red Green Blue C M Y K H S L
Decimal 120 126 251 0.52 0.50 0 0.02 237.25 0.94 0.73
Hex 78 7E FB 34 32 0 2 ED 5E 49
Octal 170 176 373 64 62 0 2 355 136 111
Binary 1111000 1111110 11111011 110100 110010 0 10 11101101 1011110 1001001

Color Harmonies of #787EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787EFB

Black with #787EFB

Text Example


Text Example

White with #787EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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