#868398

Color #868398 Grey Suit (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey Suit #868398

Tints of Grey Suit #868398

Color information

#868398 (or 0x868398) is unknown color: approx Grey Suit. HEX triplet: 86, 83 and 98. RGB value is (134,131,152). Sum of RGB (Red+Green+Blue) = 134+131+152=417 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.13% from 417); Green value is 131 (51.56% from 255 or 31.41% from 417); Blue value is 152 (59.77% from 255 or 36.45% from 417); Max value from RGB is 152 - color contains mainly: blue. Hex color #868398 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868398 is #797C67. Grayscale: #868686. Windows color (decimal): -7961704 or 9995142. OLE color: 9995142.

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

Color convert

RGB134131152-
CMYK0.120.1400.40
HSL248.57º9.25%55.49%-
HSV(B)248.57º13.82%59.61%-
XYZ23.6223.5733.01-
YUV134.29137.99127.79-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.13%
GREEN value IS 131 (51.56% from 255) = 31.41%
BLUE value IS 152 (59.77% from 255) = 36.45%
R=32.13%
G=31.41%
B=36.45%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1341311520.120.1400.40248.579.2555.49
Hex868398CE028f9937
Octal20620323014160503711167
Binary100001101000001110011000110011100101000111110011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868398; }

 p { color: rgb(134,131,152); }

 H1.HeaderClassName
 {
   color: #868398;
 }
 .AnyTagClassName
 {
   color: #868398;
 }
</style>
background-color css

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

 a { background-color: rgb(134,131,152); }

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

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

 span { border-color: rgb(134,131,152); }

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