Html Css Color HEX #869199 Light Slate Grey

📋 copy color: '#869199'

red 134 ◦ green 145 ◦ blue 153

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

Shades of Light Slate Grey #869199

Tints of Light Slate Grey #869199

RGB

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

 GREEN value IS 145 (57.03% from 255) = 33.56%

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

R = 31.02%
G = 33.56%
B = 35.42%

CMYK

 C value IS 0.12

 M value IS 0.05

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#869199 (or 0x869199) is known color: Light Slate Grey. HEX triplet: 86, 91 and 99. RGB value is (134,145,153). Sum of RGB (Red+Green+Blue) = 134+145+153=432 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.02% from 432); Green value is 145 (57.03% from 255 or 33.56% from 432); Blue value is 153 (60.16% from 255 or 35.42% from 432); Max value from RGB is 153 - color contains mainly: blue. Hex color #869199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869199 is #796E66. Grayscale: #8E8E8E. Windows color (decimal): -7958119 or 10064262. OLE color: 10064262.

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

Color convert

RGB 134 145 153 -
CMYK 0.12 0.05 0 0.4
HSL 205.26º 0.09% 0.56% -
HSV(B) 205.26º 0.12% 0.6% -
XYZ 25.71 27.62 34.11 -
YUV 142.62 133.86 121.85 -
System Red Green Blue C M Y K H S L
Decimal 134 145 153 0.12 0.05 0 0.4 205.26 0.09 0.56
Hex 86 91 99 C 5 0 28 CD 9 38
Octal 206 221 231 14 5 0 50 315 11 70
Binary 10000110 10010001 10011001 1100 101 0 101000 11001101 1001 111000

Color Harmonies of #869199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869199

Black with #869199

Text Example


Text Example

White with #869199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869199; }

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

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

background-color css

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

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

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

border-color css

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

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

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