Html Css Color HEX #898693 Grey Suit

📋 copy color: '#898693'

red 137 ◦ green 134 ◦ blue 147

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

Shades of Grey Suit #898693

Tints of Grey Suit #898693

RGB

 RED value IS 137 (53.91% from 255) = 32.78%

 GREEN value IS 134 (52.73% from 255) = 32.06%

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

R = 32.78%
G = 32.06%
B = 35.17%

CMYK

 C value IS 0.07

 M value IS 0.09

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#898693 (or 0x898693) is known color: Grey Suit. HEX triplet: 89, 86 and 93. RGB value is (137,134,147). Sum of RGB (Red+Green+Blue) = 137+134+147=418 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.78% from 418); Green value is 134 (52.73% from 255 or 32.06% from 418); Blue value is 147 (57.81% from 255 or 35.17% from 418); Max value from RGB is 147 - color contains mainly: blue. Hex color #898693 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898693 is #76796C. Grayscale: #888888. Windows color (decimal): -7764333 or 9668233. OLE color: 9668233.

HSL color Cylindrical-coordinate representation of color #898693: hue angle of 253.85º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #898693 is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 137 134 147 -
CMYK 0.07 0.09 0 0.42
HSL 253.85º 0.06% 0.55% -
HSV(B) 253.85º 0.09% 0.58% -
XYZ 24.11 24.48 31.06 -
YUV 136.38 133.99 128.44 -
System Red Green Blue C M Y K H S L
Decimal 137 134 147 0.07 0.09 0 0.42 253.85 0.06 0.55
Hex 89 86 93 7 9 0 2A FE 6 37
Octal 211 206 223 7 11 0 52 376 6 67
Binary 10001001 10000110 10010011 111 1001 0 101010 11111110 110 110111

Color Harmonies of #898693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898693

Black with #898693

Text Example


Text Example

White with #898693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898693; }

 p { color: rgb(137,134,147); }

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

background-color css

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

 a { background-color: rgb(137,134,147); }

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

border-color css

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

 span { border-color: rgb(137,134,147); }

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