Html Css Color HEX #788A9A Light Slate Grey

📋 copy color: '#788A9A'

red 120 ◦ green 138 ◦ blue 154

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

Shades of Light Slate Grey #788A9A

Tints of Light Slate Grey #788A9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 37.38%

R = 29.13%
G = 33.5%
B = 37.38%

CMYK

 C value IS 0.22

 M value IS 0.10

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#788A9A (or 0x788A9A) is known color: Light Slate Grey. HEX triplet: 78, 8A and 9A. RGB value is (120,138,154). Sum of RGB (Red+Green+Blue) = 120+138+154=412 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.13% from 412); Green value is 138 (54.30% from 255 or 33.50% from 412); Blue value is 154 (60.55% from 255 or 37.38% from 412); Max value from RGB is 154 - color contains mainly: blue. Hex color #788A9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788A9A is #877565. Grayscale: #868686. Windows color (decimal): -8877414 or 10127992. OLE color: 10127992.

HSL color Cylindrical-coordinate representation of color #788A9A: hue angle of 208.24º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #788A9A is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 120 138 154 -
CMYK 0.22 0.10 0 0.40
HSL 208.24º 0.14% 0.54% -
HSV(B) 208.24º 0.22% 0.6% -
XYZ 22.67 24.5 34.11 -
YUV 134.44 139.04 117.7 -
System Red Green Blue C M Y K H S L
Decimal 120 138 154 0.22 0.10 0 0.40 208.24 0.14 0.54
Hex 78 8A 9A 16 A 0 28 D0 E 36
Octal 170 212 232 26 12 0 50 320 16 66
Binary 1111000 10001010 10011010 10110 1010 0 101000 11010000 1110 110110

Color Harmonies of #788A9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788A9A

Black with #788A9A

Text Example


Text Example

White with #788A9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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