Html Css Color HEX #838290 Grey Suit

📋 copy color: '#838290'

red 131 ◦ green 130 ◦ blue 144

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

Shades of Grey Suit #838290

Tints of Grey Suit #838290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 35.56%

R = 32.35%
G = 32.1%
B = 35.56%

CMYK

 C value IS 0.09

 M value IS 0.10

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#838290 (or 0x838290) is known color: Grey Suit. HEX triplet: 83, 82 and 90. RGB value is (131,130,144). Sum of RGB (Red+Green+Blue) = 131+130+144=405 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.35% from 405); Green value is 130 (51.17% from 255 or 32.10% from 405); Blue value is 144 (56.64% from 255 or 35.56% from 405); Max value from RGB is 144 - color contains mainly: blue. Hex color #838290 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838290 is #7C7D6F. Grayscale: #838383. Windows color (decimal): -8158576 or 9470595. OLE color: 9470595.

HSL color Cylindrical-coordinate representation of color #838290: hue angle of 244.29º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #838290 is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 131 130 144 -
CMYK 0.09 0.10 0 0.44
HSL 244.29º 0.06% 0.54% -
HSV(B) 244.29º 0.1% 0.56% -
XYZ 22.38 22.8 29.61 -
YUV 131.9 134.83 127.36 -
System Red Green Blue C M Y K H S L
Decimal 131 130 144 0.09 0.10 0 0.44 244.29 0.06 0.54
Hex 83 82 90 9 A 0 2C F4 6 36
Octal 203 202 220 11 12 0 54 364 6 66
Binary 10000011 10000010 10010000 1001 1010 0 101100 11110100 110 110110

Color Harmonies of #838290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838290

Black with #838290

Text Example


Text Example

White with #838290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838290; }

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

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

background-color css

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

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

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

border-color css

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

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

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