Html Css Color HEX #838199 Grey Suit

📋 copy color: '#838199'

red 131 ◦ green 129 ◦ blue 153

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

Shades of Grey Suit #838199

Tints of Grey Suit #838199

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.23%

 BLUE value IS 153 (60.16% from 255) = 37.05%

R = 31.72%
G = 31.23%
B = 37.05%

CMYK

 C value IS 0.14

 M value IS 0.16

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#838199 (or 0x838199) is known color: Grey Suit. HEX triplet: 83, 81 and 99. RGB value is (131,129,153). Sum of RGB (Red+Green+Blue) = 131+129+153=413 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.72% from 413); Green value is 129 (50.78% from 255 or 31.23% from 413); Blue value is 153 (60.16% from 255 or 37.05% from 413); Max value from RGB is 153 - color contains mainly: blue. Hex color #838199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838199 is #7C7E66. Grayscale: #848484. Windows color (decimal): -8158823 or 10060163. OLE color: 10060163.

HSL color Cylindrical-coordinate representation of color #838199: hue angle of 245º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #838199 is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 131 129 153 -
CMYK 0.14 0.16 0 0.4
HSL 245º 0.11% 0.55% -
HSV(B) 245º 0.16% 0.6% -
XYZ 22.96 22.83 33.33 -
YUV 132.33 139.66 127.05 -
System Red Green Blue C M Y K H S L
Decimal 131 129 153 0.14 0.16 0 0.4 245 0.11 0.55
Hex 83 81 99 E 10 0 28 F5 B 37
Octal 203 201 231 16 20 0 50 365 13 67
Binary 10000011 10000001 10011001 1110 10000 0 101000 11110101 1011 110111

Color Harmonies of #838199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838199

Black with #838199

Text Example


Text Example

White with #838199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838199; }

 p { color: rgb(131,129,153); }

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

background-color css

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

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

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

border-color css

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

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

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