Html Css Color HEX #848198 Grey Suit

📋 copy color: '#848198'

red 132 ◦ green 129 ◦ blue 152

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

Shades of Grey Suit #848198

Tints of Grey Suit #848198

RGB

 RED value IS 132 (51.95% from 255) = 31.96%

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

 BLUE value IS 152 (59.77% from 255) = 36.8%

R = 31.96%
G = 31.23%
B = 36.8%

CMYK

 C value IS 0.13

 M value IS 0.15

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#848198 (or 0x848198) is known color: Grey Suit. HEX triplet: 84, 81 and 98. RGB value is (132,129,152). Sum of RGB (Red+Green+Blue) = 132+129+152=413 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.96% from 413); Green value is 129 (50.78% from 255 or 31.23% from 413); Blue value is 152 (59.77% from 255 or 36.80% from 413); Max value from RGB is 152 - color contains mainly: blue. Hex color #848198 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848198 is #7B7E67. Grayscale: #848484. Windows color (decimal): -8093288 or 9994628. OLE color: 9994628.

HSL color Cylindrical-coordinate representation of color #848198: hue angle of 247.83º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #848198 is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 132 129 152 -
CMYK 0.13 0.15 0 0.40
HSL 247.83º 0.1% 0.55% -
HSV(B) 247.83º 0.15% 0.6% -
XYZ 23.03 22.87 32.91 -
YUV 132.52 138.99 127.63 -
System Red Green Blue C M Y K H S L
Decimal 132 129 152 0.13 0.15 0 0.40 247.83 0.1 0.55
Hex 84 81 98 D F 0 28 F8 A 37
Octal 204 201 230 15 17 0 50 370 12 67
Binary 10000100 10000001 10011000 1101 1111 0 101000 11111000 1010 110111

Color Harmonies of #848198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848198

Black with #848198

Text Example


Text Example

White with #848198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #848198; }

 p { color: rgb(132,129,152); }

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

background-color css

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

 a { background-color: rgb(132,129,152); }

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

border-color css

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

 span { border-color: rgb(132,129,152); }

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