Html Css Color HEX #838892 Light Slate Grey

📋 copy color: '#838892'

red 131 ◦ green 136 ◦ blue 146

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

Shades of Light Slate Grey #838892

Tints of Light Slate Grey #838892

RGB

 RED value IS 131 (51.56% from 255) = 31.72%

 GREEN value IS 136 (53.52% from 255) = 32.93%

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

R = 31.72%
G = 32.93%
B = 35.35%

CMYK

 C value IS 0.10

 M value IS 0.07

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#838892 (or 0x838892) is known color: Light Slate Grey. HEX triplet: 83, 88 and 92. RGB value is (131,136,146). Sum of RGB (Red+Green+Blue) = 131+136+146=413 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.72% from 413); Green value is 136 (53.52% from 255 or 32.93% from 413); Blue value is 146 (57.42% from 255 or 35.35% from 413); Max value from RGB is 146 - color contains mainly: blue. Hex color #838892 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838892 is #7C776D. Grayscale: #878787. Windows color (decimal): -8157038 or 9603203. OLE color: 9603203.

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

Color convert

RGB 131 136 146 -
CMYK 0.10 0.07 0 0.43
HSL 220º 0.06% 0.54% -
HSV(B) 220º 0.1% 0.57% -
XYZ 23.35 24.51 30.69 -
YUV 135.65 133.84 124.69 -
System Red Green Blue C M Y K H S L
Decimal 131 136 146 0.10 0.07 0 0.43 220 0.06 0.54
Hex 83 88 92 A 7 0 2B DC 6 36
Octal 203 210 222 12 7 0 53 334 6 66
Binary 10000011 10001000 10010010 1010 111 0 101011 11011100 110 110110

Color Harmonies of #838892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838892

Black with #838892

Text Example


Text Example

White with #838892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838892; }

 p { color: rgb(131,136,146); }

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

background-color css

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

 a { background-color: rgb(131,136,146); }

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

border-color css

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

 span { border-color: rgb(131,136,146); }

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