Html Css Color HEX #788198 Light Slate Grey

📋 copy color: '#788198'

red 120 ◦ green 129 ◦ blue 152

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

Shades of Light Slate Grey #788198

Tints of Light Slate Grey #788198

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.17%

 BLUE value IS 152 (59.77% from 255) = 37.91%

R = 29.93%
G = 32.17%
B = 37.91%

CMYK

 C value IS 0.21

 M value IS 0.15

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#788198 (or 0x788198) is known color: Light Slate Grey. HEX triplet: 78, 81 and 98. RGB value is (120,129,152). Sum of RGB (Red+Green+Blue) = 120+129+152=401 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.93% from 401); Green value is 129 (50.78% from 255 or 32.17% from 401); Blue value is 152 (59.77% from 255 or 37.91% from 401); Max value from RGB is 152 - color contains mainly: blue. Hex color #788198 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788198 is #877E67. Grayscale: #808080. Windows color (decimal): -8879720 or 9994616. OLE color: 9994616.

HSL color Cylindrical-coordinate representation of color #788198: hue angle of 223.12º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #788198 is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 120 129 152 -
CMYK 0.21 0.15 0 0.40
HSL 223.13º 0.13% 0.53% -
HSV(B) 223.13º 0.21% 0.6% -
XYZ 21.26 21.96 32.82 -
YUV 128.93 141.02 121.63 -
System Red Green Blue C M Y K H S L
Decimal 120 129 152 0.21 0.15 0 0.40 223.13 0.13 0.53
Hex 78 81 98 15 F 0 28 DF D 35
Octal 170 201 230 25 17 0 50 337 15 65
Binary 1111000 10000001 10011000 10101 1111 0 101000 11011111 1101 110101

Color Harmonies of #788198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788198

Black with #788198

Text Example


Text Example

White with #788198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788198; }

 p { color: rgb(120,129,152); }

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

background-color css

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

 a { background-color: rgb(120,129,152); }

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

border-color css

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

 span { border-color: rgb(120,129,152); }

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