Html Css Color HEX #838291 Grey Suit

📋 copy color: '#838291'

red 131 ◦ green 130 ◦ blue 145

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

Shades of Grey Suit #838291

Tints of Grey Suit #838291

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.02%

 BLUE value IS 145 (57.03% from 255) = 35.71%

R = 32.27%
G = 32.02%
B = 35.71%

CMYK

 C value IS 0.10

 M value IS 0.10

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#838291 (or 0x838291) is known color: Grey Suit. HEX triplet: 83, 82 and 91. RGB value is (131,130,145). Sum of RGB (Red+Green+Blue) = 131+130+145=406 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.27% from 406); Green value is 130 (51.17% from 255 or 32.02% from 406); Blue value is 145 (57.03% from 255 or 35.71% from 406); Max value from RGB is 145 - color contains mainly: blue. Hex color #838291 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838291 is #7C7D6E. Grayscale: #838383. Windows color (decimal): -8158575 or 9536131. OLE color: 9536131.

HSL color Cylindrical-coordinate representation of color #838291: hue angle of 244º 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 #838291 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 131 130 145 -
CMYK 0.10 0.10 0 0.43
HSL 244º 0.06% 0.54% -
HSV(B) 244º 0.1% 0.57% -
XYZ 22.45 22.83 30.01 -
YUV 132.01 135.33 127.28 -
System Red Green Blue C M Y K H S L
Decimal 131 130 145 0.10 0.10 0 0.43 244 0.06 0.54
Hex 83 82 91 A A 0 2B F4 6 36
Octal 203 202 221 12 12 0 53 364 6 66
Binary 10000011 10000010 10010001 1010 1010 0 101011 11110100 110 110110

Color Harmonies of #838291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838291

Black with #838291

Text Example


Text Example

White with #838291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838291; }

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

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

background-color css

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

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

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

border-color css

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

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

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