Html Css Color HEX #838384 Storm Grey

📋 copy color: '#838384'

red 131 ◦ green 131 ◦ blue 132

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

Shades of Storm Grey #838384

Tints of Storm Grey #838384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 33.5%

R = 33.25%
G = 33.25%
B = 33.5%

CMYK

 C value IS 0.01

 M value IS 0.01

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#838384 (or 0x838384) is known color: Storm Grey. HEX triplet: 83, 83 and 84. RGB value is (131,131,132). Sum of RGB (Red+Green+Blue) = 131+131+132=394 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.25% from 394); Green value is 131 (51.56% from 255 or 33.25% from 394); Blue value is 132 (51.95% from 255 or 33.50% from 394); Max value from RGB is 132 - color contains mainly: blue. Hex color #838384 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838384 is #7C7C7B. Grayscale: #838383. Windows color (decimal): -8158332 or 8684419. OLE color: 8684419.

HSL color Cylindrical-coordinate representation of color #838384: hue angle of 240º degrees, saturation: 0, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #838384 is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 131 131 132 -
CMYK 0.01 0.01 0 0.48
HSL 240º 0% 0.52% -
HSV(B) 240º 0.01% 0.52% -
XYZ 21.64 22.72 25.08 -
YUV 131.11 128.5 127.92 -
System Red Green Blue C M Y K H S L
Decimal 131 131 132 0.01 0.01 0 0.48 240 0 0.52
Hex 83 83 84 1 1 0 30 F0 0 34
Octal 203 203 204 1 1 0 60 360 0 64
Binary 10000011 10000011 10000100 1 1 0 110000 11110000 0 110100

Color Harmonies of #838384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838384

Black with #838384

Text Example


Text Example

White with #838384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838384; }

 p { color: rgb(131,131,132); }

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

background-color css

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

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

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

border-color css

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

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

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