Html Css Color HEX #848193 Grey Suit

📋 copy color: '#848193'

red 132 ◦ green 129 ◦ blue 147

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

Shades of Grey Suit #848193

Tints of Grey Suit #848193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 36.03%

R = 32.35%
G = 31.62%
B = 36.03%

CMYK

 C value IS 0.10

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#848193 (or 0x848193) is known color: Grey Suit. HEX triplet: 84, 81 and 93. RGB value is (132,129,147). Sum of RGB (Red+Green+Blue) = 132+129+147=408 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.35% from 408); Green value is 129 (50.78% from 255 or 31.62% from 408); Blue value is 147 (57.81% from 255 or 36.03% from 408); Max value from RGB is 147 - color contains mainly: blue. Hex color #848193 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848193 is #7B7E6C. Grayscale: #838383. Windows color (decimal): -8093293 or 9666948. OLE color: 9666948.

HSL color Cylindrical-coordinate representation of color #848193: hue angle of 250º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #848193 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 132 129 147 -
CMYK 0.10 0.12 0 0.42
HSL 250º 0.08% 0.54% -
HSV(B) 250º 0.12% 0.58% -
XYZ 22.63 22.71 30.79 -
YUV 131.95 136.49 128.04 -
System Red Green Blue C M Y K H S L
Decimal 132 129 147 0.10 0.12 0 0.42 250 0.08 0.54
Hex 84 81 93 A C 0 2A FA 8 36
Octal 204 201 223 12 14 0 52 372 10 66
Binary 10000100 10000001 10010011 1010 1100 0 101010 11111010 1000 110110

Color Harmonies of #848193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848193

Black with #848193

Text Example


Text Example

White with #848193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #848193; }

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

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

background-color css

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

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

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

border-color css

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

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

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