Html Css Color HEX #83858C Storm Grey

📋 copy color: '#83858C'

red 131 ◦ green 133 ◦ blue 140

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

Shades of Storm Grey #83858C

Tints of Storm Grey #83858C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.65%

R = 32.43%
G = 32.92%
B = 34.65%

CMYK

 C value IS 0.06

 M value IS 0.05

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#83858C (or 0x83858C) is known color: Storm Grey. HEX triplet: 83, 85 and 8C. RGB value is (131,133,140). Sum of RGB (Red+Green+Blue) = 131+133+140=404 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.43% from 404); Green value is 133 (52.34% from 255 or 32.92% from 404); Blue value is 140 (55.08% from 255 or 34.65% from 404); Max value from RGB is 140 - color contains mainly: blue. Hex color #83858C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83858C is #7C7A73. Grayscale: #858585. Windows color (decimal): -8157812 or 9209219. OLE color: 9209219.

HSL color Cylindrical-coordinate representation of color #83858C: hue angle of 226.67º degrees, saturation: 0.04, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #83858C is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 131 133 140 -
CMYK 0.06 0.05 0 0.45
HSL 226.67º 0.04% 0.53% -
HSV(B) 226.67º 0.06% 0.55% -
XYZ 22.48 23.49 28.16 -
YUV 133.2 131.84 126.43 -
System Red Green Blue C M Y K H S L
Decimal 131 133 140 0.06 0.05 0 0.45 226.67 0.04 0.53
Hex 83 85 8C 6 5 0 2D E3 4 35
Octal 203 205 214 6 5 0 55 343 4 65
Binary 10000011 10000101 10001100 110 101 0 101101 11100011 100 110101

Color Harmonies of #83858C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83858C

Black with #83858C

Text Example


Text Example

White with #83858C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83858C; }

 p { color: rgb(131,133,140); }

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

background-color css

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

 a { background-color: rgb(131,133,140); }

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

border-color css

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

 span { border-color: rgb(131,133,140); }

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