Html Css Color HEX #869099 Light Slate Grey

📋 copy color: '#869099'

red 134 ◦ green 144 ◦ blue 153

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

Shades of Light Slate Grey #869099

Tints of Light Slate Grey #869099

RGB

 RED value IS 134 (52.73% from 255) = 31.09%

 GREEN value IS 144 (56.64% from 255) = 33.41%

 BLUE value IS 153 (60.16% from 255) = 35.5%

R = 31.09%
G = 33.41%
B = 35.5%

CMYK

 C value IS 0.12

 M value IS 0.06

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#869099 (or 0x869099) is known color: Light Slate Grey. HEX triplet: 86, 90 and 99. RGB value is (134,144,153). Sum of RGB (Red+Green+Blue) = 134+144+153=431 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.09% from 431); Green value is 144 (56.64% from 255 or 33.41% from 431); Blue value is 153 (60.16% from 255 or 35.50% from 431); Max value from RGB is 153 - color contains mainly: blue. Hex color #869099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869099 is #796F66. Grayscale: #8D8D8D. Windows color (decimal): -7958375 or 10064006. OLE color: 10064006.

HSL color Cylindrical-coordinate representation of color #869099: hue angle of 208.42º degrees, saturation: 0.09, 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 #869099 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 134 144 153 -
CMYK 0.12 0.06 0 0.4
HSL 208.42º 0.09% 0.56% -
HSV(B) 208.42º 0.12% 0.6% -
XYZ 25.55 27.31 34.06 -
YUV 142.04 134.19 122.27 -
System Red Green Blue C M Y K H S L
Decimal 134 144 153 0.12 0.06 0 0.4 208.42 0.09 0.56
Hex 86 90 99 C 6 0 28 D0 9 38
Octal 206 220 231 14 6 0 50 320 11 70
Binary 10000110 10010000 10011001 1100 110 0 101000 11010000 1001 111000

Color Harmonies of #869099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869099

Black with #869099

Text Example


Text Example

White with #869099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869099; }

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

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

background-color css

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

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

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

border-color css

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

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

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