Html Css Color HEX #788598 Light Slate Grey

📋 copy color: '#788598'

red 120 ◦ green 133 ◦ blue 152

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

Shades of Light Slate Grey #788598

Tints of Light Slate Grey #788598

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.84%

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

R = 29.63%
G = 32.84%
B = 37.53%

CMYK

 C value IS 0.21

 M value IS 0.13

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#788598 (or 0x788598) is known color: Light Slate Grey. HEX triplet: 78, 85 and 98. RGB value is (120,133,152). Sum of RGB (Red+Green+Blue) = 120+133+152=405 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.63% from 405); Green value is 133 (52.34% from 255 or 32.84% from 405); Blue value is 152 (59.77% from 255 or 37.53% from 405); Max value from RGB is 152 - color contains mainly: blue. Hex color #788598 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788598 is #877A67. Grayscale: #838383. Windows color (decimal): -8878696 or 9995640. OLE color: 9995640.

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

Color convert

RGB 120 133 152 -
CMYK 0.21 0.13 0 0.40
HSL 215.63º 0.13% 0.53% -
HSV(B) 215.63º 0.21% 0.6% -
XYZ 21.8 23.04 33 -
YUV 131.28 139.69 119.96 -
System Red Green Blue C M Y K H S L
Decimal 120 133 152 0.21 0.13 0 0.40 215.63 0.13 0.53
Hex 78 85 98 15 D 0 28 D8 D 35
Octal 170 205 230 25 15 0 50 330 15 65
Binary 1111000 10000101 10011000 10101 1101 0 101000 11011000 1101 110101

Color Harmonies of #788598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788598

Black with #788598

Text Example


Text Example

White with #788598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788598; }

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

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

background-color css

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

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

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

border-color css

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

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

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