Html Css Color HEX #838283 Monsoon

📋 copy color: '#838283'

red 131 ◦ green 130 ◦ blue 131

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

Shades of Monsoon #838283

Tints of Monsoon #838283

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 value IS 0

 M value IS 0.01

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#838283 (or 0x838283) is known color: 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

RGB 131 130 131 -
CMYK 0 0.01 0 0.49
HSL 300º 0% 0.51% -
HSV(B) 300º 0.01% 0.51% -
XYZ 21.44 22.43 24.67 -
YUV 130.41 128.33 128.42 -
System Red Green Blue C M Y K H S L
Decimal 131 130 131 0 0.01 0 0.49 300 0 0.51
Hex 83 82 83 0 1 0 31 12C 0 33
Octal 203 202 203 0 1 0 61 454 0 63
Binary 10000011 10000010 10000011 0 1 0 110001 100101100 0 110011

Color Harmonies of #838283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838283

Black with #838283

Text Example


Text Example

White with #838283

Text Example


Text Example

HTML Codes & Css Web 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>