Html Css Color HEX #787BF6 Light Slate Blue

📋 copy color: '#787BF6'

red 120 ◦ green 123 ◦ blue 246

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

Shades of Light Slate Blue #787BF6

Tints of Light Slate Blue #787BF6

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.15%

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

R = 24.54%
G = 25.15%
B = 50.31%

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

#787BF6 (or 0x787BF6) is known color: Light Slate Blue. HEX triplet: 78, 7B and F6. RGB value is (120,123,246). Sum of RGB (Red+Green+Blue) = 120+123+246=489 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.54% from 489); Green value is 123 (48.44% from 255 or 25.15% from 489); Blue value is 246 (96.48% from 255 or 50.31% from 489); Max value from RGB is 246 - color contains mainly: blue. Hex color #787BF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #787BF6 is #878409. Grayscale: #878787. Windows color (decimal): -8881162 or 16153464. OLE color: 16153464.

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

Color convert

RGB 120 123 246 -
CMYK 0.51 0.50 0 0.04
HSL 238.57º 0.88% 0.72% -
HSV(B) 238.57º 0.51% 0.96% -
XYZ 31.46 24.81 90.32 -
YUV 136.13 190.01 116.5 -
System Red Green Blue C M Y K H S L
Decimal 120 123 246 0.51 0.50 0 0.04 238.57 0.88 0.72
Hex 78 7B F6 33 32 0 4 EF 58 48
Octal 170 173 366 63 62 0 4 357 130 110
Binary 1111000 1111011 11110110 110011 110010 0 100 11101111 1011000 1001000

Color Harmonies of #787BF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787BF6

Black with #787BF6

Text Example


Text Example

White with #787BF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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