Html Css Color HEX #788AA2 Light Slate Grey

📋 copy color: '#788AA2'

red 120 ◦ green 138 ◦ blue 162

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

Shades of Light Slate Grey #788AA2

Tints of Light Slate Grey #788AA2

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.86%

 BLUE value IS 162 (63.67% from 255) = 38.57%

R = 28.57%
G = 32.86%
B = 38.57%

CMYK

 C value IS 0.26

 M value IS 0.15

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#788AA2 (or 0x788AA2) is known color: Light Slate Grey. HEX triplet: 78, 8A and A2. RGB value is (120,138,162). Sum of RGB (Red+Green+Blue) = 120+138+162=420 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.57% from 420); Green value is 138 (54.30% from 255 or 32.86% from 420); Blue value is 162 (63.67% from 255 or 38.57% from 420); Max value from RGB is 162 - color contains mainly: blue. Hex color #788AA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788AA2 is #87755D. Grayscale: #878787. Windows color (decimal): -8877406 or 10652280. OLE color: 10652280.

HSL color Cylindrical-coordinate representation of color #788AA2: hue angle of 214.29º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #788AA2 is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 120 138 162 -
CMYK 0.26 0.15 0 0.36
HSL 214.29º 0.18% 0.55% -
HSV(B) 214.29º 0.26% 0.64% -
XYZ 23.36 24.78 37.73 -
YUV 135.35 143.04 117.05 -
System Red Green Blue C M Y K H S L
Decimal 120 138 162 0.26 0.15 0 0.36 214.29 0.18 0.55
Hex 78 8A A2 1A F 0 24 D6 12 37
Octal 170 212 242 32 17 0 44 326 22 67
Binary 1111000 10001010 10100010 11010 1111 0 100100 11010110 10010 110111

Color Harmonies of #788AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788AA2

Black with #788AA2

Text Example


Text Example

White with #788AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788AA2; }

 p { color: rgb(120,138,162); }

 H1.HeaderClassName
 {
   color: #788AA2;
 }
 .AnyTagClassName
 {
   color: #788AA2;
 }
</style>

background-color css

<style>
 a { background-color: #788AA2; }

 a { background-color: rgb(120,138,162); }

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

border-color css

<style>
 span { border-color: #788AA2; }

 span { border-color: rgb(120,138,162); }

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