#838283

Color #838283 Monsoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Monsoon #838283

Tints of Monsoon #838283

Color information

#838283 (or 0x838283) is unknown color: approx Monsoon. HEX triplet: 83, 82 and 83. RGB value is (131,130,131). Sum of RGB (Red+Green+Blue) = 131+130+131=392 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.42% from 392); Green value is 130 (51.17% from 255 or 33.16% from 392); Blue value is 131 (51.56% from 255 or 33.42% from 392); Max value from RGB is 131 - color contains mainly: red, blue. Hex color #838283 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838283 is #7C7D7C. Grayscale: #828282. Windows color (decimal): -8158589 or 8618627. OLE color: 8618627.

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

Color convert

RGB131130131-
CMYK00.0100.49
HSL300º0.4%51.18%-
HSV(B)300º0.76%51.37%-
XYZ21.4422.4324.67-
YUV130.41128.33128.42-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.42%
GREEN value IS 130 (51.17% from 255) = 33.16%
BLUE value IS 131 (51.56% from 255) = 33.42%
R=33.42%
G=33.16%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13113013100.0100.493000.451.18
Hex8382830103112c033
Octal20320220301061454063
Binary1000001110000010100000110101100011001011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838283; }

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

 H1.HeaderClassName
 {
   color: #838283;
 }
 .AnyTagClassName
 {
   color: #838283;
 }
</style>
background-color css

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

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

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

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

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

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