Html Css Color HEX #808B9A Light Slate Grey

📋 copy color: '#808B9A'

red 128 ◦ green 139 ◦ blue 154

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

Shades of Light Slate Grey #808B9A

Tints of Light Slate Grey #808B9A

RGB

 RED value IS 128 (50.39% from 255) = 30.4%

 GREEN value IS 139 (54.69% from 255) = 33.02%

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

R = 30.4%
G = 33.02%
B = 36.58%

CMYK

 C value IS 0.17

 M value IS 0.10

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#808B9A (or 0x808B9A) is known color: Light Slate Grey. HEX triplet: 80, 8B and 9A. RGB value is (128,139,154). Sum of RGB (Red+Green+Blue) = 128+139+154=421 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.40% from 421); Green value is 139 (54.69% from 255 or 33.02% from 421); Blue value is 154 (60.55% from 255 or 36.58% from 421); Max value from RGB is 154 - color contains mainly: blue. Hex color #808B9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808B9A is #7F7465. Grayscale: #898989. Windows color (decimal): -8352870 or 10128256. OLE color: 10128256.

HSL color Cylindrical-coordinate representation of color #808B9A: hue angle of 214.62º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #808B9A is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 128 139 154 -
CMYK 0.17 0.10 0 0.40
HSL 214.62º 0.11% 0.55% -
HSV(B) 214.62º 0.17% 0.6% -
XYZ 23.97 25.39 34.21 -
YUV 137.42 137.36 121.28 -
System Red Green Blue C M Y K H S L
Decimal 128 139 154 0.17 0.10 0 0.40 214.62 0.11 0.55
Hex 80 8B 9A 11 A 0 28 D7 B 37
Octal 200 213 232 21 12 0 50 327 13 67
Binary 10000000 10001011 10011010 10001 1010 0 101000 11010111 1011 110111

Color Harmonies of #808B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808B9A

Black with #808B9A

Text Example


Text Example

White with #808B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808B9A; }

 p { color: rgb(128,139,154); }

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

background-color css

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

 a { background-color: rgb(128,139,154); }

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

border-color css

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

 span { border-color: rgb(128,139,154); }

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