Html Css Color HEX #788398 Light Slate Grey

📋 copy color: '#788398'

red 120 ◦ green 131 ◦ blue 152

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

Shades of Light Slate Grey #788398

Tints of Light Slate Grey #788398

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.51%

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

R = 29.78%
G = 32.51%
B = 37.72%

CMYK

 C value IS 0.21

 M value IS 0.14

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#788398 (or 0x788398) is known color: Light Slate Grey. HEX triplet: 78, 83 and 98. RGB value is (120,131,152). Sum of RGB (Red+Green+Blue) = 120+131+152=403 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.78% from 403); Green value is 131 (51.56% from 255 or 32.51% from 403); Blue value is 152 (59.77% from 255 or 37.72% from 403); Max value from RGB is 152 - color contains mainly: blue. Hex color #788398 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788398 is #877C67. Grayscale: #828282. Windows color (decimal): -8879208 or 9995128. OLE color: 9995128.

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

Color convert

RGB 120 131 152 -
CMYK 0.21 0.14 0 0.40
HSL 219.38º 0.13% 0.53% -
HSV(B) 219.38º 0.21% 0.6% -
XYZ 21.53 22.49 32.91 -
YUV 130.11 140.36 120.79 -
System Red Green Blue C M Y K H S L
Decimal 120 131 152 0.21 0.14 0 0.40 219.38 0.13 0.53
Hex 78 83 98 15 E 0 28 DB D 35
Octal 170 203 230 25 16 0 50 333 15 65
Binary 1111000 10000011 10011000 10101 1110 0 101000 11011011 1101 110101

Color Harmonies of #788398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788398

Black with #788398

Text Example


Text Example

White with #788398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788398; }

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

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

background-color css

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

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

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

border-color css

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

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

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