Html Css Color HEX #787CFB Light Slate Blue

📋 copy color: '#787CFB'

red 120 ◦ green 124 ◦ blue 251

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

Shades of Light Slate Blue #787CFB

Tints of Light Slate Blue #787CFB

RGB

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

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

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

R = 24.24%
G = 25.05%
B = 50.71%

CMYK

 C value IS 0.52

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#787CFB (or 0x787CFB) is known color: Light Slate Blue. HEX triplet: 78, 7C and FB. RGB value is (120,124,251). Sum of RGB (Red+Green+Blue) = 120+124+251=495 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.24% from 495); Green value is 124 (48.83% from 255 or 25.05% from 495); Blue value is 251 (98.44% from 255 or 50.71% from 495); Max value from RGB is 251 - color contains mainly: blue. Hex color #787CFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #787CFB is #878304. Grayscale: #888888. Windows color (decimal): -8880901 or 16481400. OLE color: 16481400.

HSL color Cylindrical-coordinate representation of color #787CFB: hue angle of 238.17º 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 #787CFB is Cyan = 0.52, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 120 124 251 -
CMYK 0.52 0.51 0 0.02
HSL 238.17º 0.94% 0.73% -
HSV(B) 238.17º 0.52% 0.98% -
XYZ 32.37 25.37 94.46 -
YUV 137.28 192.17 115.67 -
System Red Green Blue C M Y K H S L
Decimal 120 124 251 0.52 0.51 0 0.02 238.17 0.94 0.73
Hex 78 7C FB 34 33 0 2 EE 5E 49
Octal 170 174 373 64 63 0 2 356 136 111
Binary 1111000 1111100 11111011 110100 110011 0 10 11101110 1011110 1001001

Color Harmonies of #787CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787CFB

Black with #787CFB

Text Example


Text Example

White with #787CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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