Html Css Color HEX #787CF6 Light Slate Blue

📋 copy color: '#787CF6'

red 120 ◦ green 124 ◦ blue 246

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

Shades of Light Slate Blue #787CF6

Tints of Light Slate Blue #787CF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 50.2%

R = 24.49%
G = 25.31%
B = 50.2%

CMYK

 C value IS 0.51

 M value IS 0.50

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#787CF6 (or 0x787CF6) is known color: Light Slate Blue. HEX triplet: 78, 7C and F6. RGB value is (120,124,246). Sum of RGB (Red+Green+Blue) = 120+124+246=490 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.49% from 490); Green value is 124 (48.83% from 255 or 25.31% from 490); Blue value is 246 (96.48% from 255 or 50.20% from 490); Max value from RGB is 246 - color contains mainly: blue. Hex color #787CF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #787CF6 is #878309. Grayscale: #888888. Windows color (decimal): -8880906 or 16153720. OLE color: 16153720.

HSL color Cylindrical-coordinate representation of color #787CF6: hue angle of 238.1º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #787CF6 is Cyan = 0.51, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 120 124 246 -
CMYK 0.51 0.50 0 0.04
HSL 238.1º 0.88% 0.72% -
HSV(B) 238.1º 0.51% 0.96% -
XYZ 31.59 25.06 90.36 -
YUV 136.71 189.67 116.08 -
System Red Green Blue C M Y K H S L
Decimal 120 124 246 0.51 0.50 0 0.04 238.1 0.88 0.72
Hex 78 7C F6 33 32 0 4 EE 58 48
Octal 170 174 366 63 62 0 4 356 130 110
Binary 1111000 1111100 11110110 110011 110010 0 100 11101110 1011000 1001000

Color Harmonies of #787CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787CF6

Black with #787CF6

Text Example


Text Example

White with #787CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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