Html Css Color HEX #808692 Light Slate Grey

📋 copy color: '#808692'

red 128 ◦ green 134 ◦ blue 146

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

Shades of Light Slate Grey #808692

Tints of Light Slate Grey #808692

RGB

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

 GREEN value IS 134 (52.73% from 255) = 32.84%

 BLUE value IS 146 (57.42% from 255) = 35.78%

R = 31.37%
G = 32.84%
B = 35.78%

CMYK

 C value IS 0.12

 M value IS 0.08

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#808692 (or 0x808692) is known color: Light Slate Grey. HEX triplet: 80, 86 and 92. RGB value is (128,134,146). Sum of RGB (Red+Green+Blue) = 128+134+146=408 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.37% from 408); Green value is 134 (52.73% from 255 or 32.84% from 408); Blue value is 146 (57.42% from 255 or 35.78% from 408); Max value from RGB is 146 - color contains mainly: blue. Hex color #808692 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808692 is #7F796D. Grayscale: #858585. Windows color (decimal): -8354158 or 9602688. OLE color: 9602688.

HSL color Cylindrical-coordinate representation of color #808692: hue angle of 220º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #808692 is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 128 134 146 -
CMYK 0.12 0.08 0 0.43
HSL 220º 0.08% 0.54% -
HSV(B) 220º 0.12% 0.57% -
XYZ 22.62 23.71 30.58 -
YUV 133.57 135.01 124.02 -
System Red Green Blue C M Y K H S L
Decimal 128 134 146 0.12 0.08 0 0.43 220 0.08 0.54
Hex 80 86 92 C 8 0 2B DC 8 36
Octal 200 206 222 14 10 0 53 334 10 66
Binary 10000000 10000110 10010010 1100 1000 0 101011 11011100 1000 110110

Color Harmonies of #808692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808692

Black with #808692

Text Example


Text Example

White with #808692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808692; }

 p { color: rgb(128,134,146); }

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

background-color css

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

 a { background-color: rgb(128,134,146); }

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

border-color css

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

 span { border-color: rgb(128,134,146); }

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