Html Css Color HEX #787CFC Light Slate Blue

📋 copy color: '#787CFC'

red 120 ◦ green 124 ◦ blue 252

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

Shades of Light Slate Blue #787CFC

Tints of Light Slate Blue #787CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 50.81%

R = 24.19%
G = 25%
B = 50.81%

CMYK

 C value IS 0.52

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#787CFC (or 0x787CFC) is known color: Light Slate Blue. HEX triplet: 78, 7C and FC. RGB value is (120,124,252). Sum of RGB (Red+Green+Blue) = 120+124+252=496 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.19% from 496); Green value is 124 (48.83% from 255 or 25% from 496); Blue value is 252 (98.83% from 255 or 50.81% from 496); Max value from RGB is 252 - color contains mainly: blue. Hex color #787CFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #787CFC is #878303. Grayscale: #888888. Windows color (decimal): -8880900 or 16546936. OLE color: 16546936.

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

Color convert

RGB 120 124 252 -
CMYK 0.52 0.51 0 0.01
HSL 238.18º 0.96% 0.73% -
HSV(B) 238.18º 0.52% 0.99% -
XYZ 32.52 25.44 95.29 -
YUV 137.4 192.67 115.59 -
System Red Green Blue C M Y K H S L
Decimal 120 124 252 0.52 0.51 0 0.01 238.18 0.96 0.73
Hex 78 7C FC 34 33 0 1 EE 60 49
Octal 170 174 374 64 63 0 1 356 140 111
Binary 1111000 1111100 11111100 110100 110011 0 1 11101110 1100000 1001001

Color Harmonies of #787CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787CFC

Black with #787CFC

Text Example


Text Example

White with #787CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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