#869098

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

Shades of Light Slate Grey #869098

Tints of Light Slate Grey #869098

Color information

#869098 (or 0x869098) is unknown color: approx Light Slate Grey. HEX triplet: 86, 90 and 98. RGB value is (134,144,152). Sum of RGB (Red+Green+Blue) = 134+144+152=430 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.16% from 430); Green value is 144 (56.64% from 255 or 33.49% from 430); Blue value is 152 (59.77% from 255 or 35.35% from 430); Max value from RGB is 152 - color contains mainly: blue. Hex color #869098 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869098 is #796F67. Grayscale: #8D8D8D. Windows color (decimal): -7958376 or 9998470. OLE color: 9998470.

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

Color convert

RGB134144152-
CMYK0.120.0500.40
HSL206.67º8.04%56.08%-
HSV(B)206.67º11.84%59.61%-
XYZ25.4727.2833.63-
YUV141.92133.69122.35-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.16%
GREEN value IS 144 (56.64% from 255) = 33.49%
BLUE value IS 152 (59.77% from 255) = 35.35%
R=31.16%
G=33.49%
B=35.35%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1341441520.120.0500.40206.678.0456.08
Hex869098C5028cf838
Octal2062202301450503171070
Binary10000110100100001001100011001010101000110011111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869098; }

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

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

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

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

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

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

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

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