Html Css Color HEX #788A98 Light Slate Grey

📋 copy color: '#788A98'

red 120 ◦ green 138 ◦ blue 152

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

Shades of Light Slate Grey #788A98

Tints of Light Slate Grey #788A98

RGB

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

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

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

R = 29.27%
G = 33.66%
B = 37.07%

CMYK

 C value IS 0.21

 M value IS 0.09

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#788A98 (or 0x788A98) is known color: Light Slate Grey. HEX triplet: 78, 8A and 98. RGB value is (120,138,152). Sum of RGB (Red+Green+Blue) = 120+138+152=410 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.27% from 410); Green value is 138 (54.30% from 255 or 33.66% from 410); Blue value is 152 (59.77% from 255 or 37.07% from 410); Max value from RGB is 152 - color contains mainly: blue. Hex color #788A98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788A98 is #877567. Grayscale: #868686. Windows color (decimal): -8877416 or 9996920. OLE color: 9996920.

HSL color Cylindrical-coordinate representation of color #788A98: hue angle of 206.25º 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 #788A98 is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 120 138 152 -
CMYK 0.21 0.09 0 0.40
HSL 206.25º 0.13% 0.53% -
HSV(B) 206.25º 0.21% 0.6% -
XYZ 22.5 24.44 33.24 -
YUV 134.21 138.04 117.86 -
System Red Green Blue C M Y K H S L
Decimal 120 138 152 0.21 0.09 0 0.40 206.25 0.13 0.53
Hex 78 8A 98 15 9 0 28 CE D 35
Octal 170 212 230 25 11 0 50 316 15 65
Binary 1111000 10001010 10011000 10101 1001 0 101000 11001110 1101 110101

Color Harmonies of #788A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788A98

Black with #788A98

Text Example


Text Example

White with #788A98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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