#71869A

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

Shades of Light Slate Grey #71869A

Tints of Light Slate Grey #71869A

Color information

#71869A (or 0x71869A) is unknown color: approx Light Slate Grey. HEX triplet: 71, 86 and 9A. RGB value is (113,134,154). Sum of RGB (Red+Green+Blue) = 113+134+154=401 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.18% from 401); Green value is 134 (52.73% from 255 or 33.42% from 401); Blue value is 154 (60.55% from 255 or 38.40% from 401); Max value from RGB is 154 - color contains mainly: blue. Hex color #71869A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71869A is #8E7965. Grayscale: #818181. Windows color (decimal): -9337190 or 10126961. OLE color: 10126961.

HSL color Cylindrical-coordinate representation of color #71869A: hue angle of 209.27º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #71869A is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB113134154-
CMYK0.270.1300.40
HSL209.27º16.87%52.35%-
HSV(B)209.27º26.62%60.39%-
XYZ21.1722.8933.88-
YUV130141.54115.87-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.18%
GREEN value IS 134 (52.73% from 255) = 33.42%
BLUE value IS 154 (60.55% from 255) = 38.40%
R=28.18%
G=33.42%
B=38.40%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1131341540.270.1300.40209.2716.8752.35
Hex71869A1BD028d11134
Octal16120623233150503212164
Binary1110001100001101001101011011110101010001101000110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71869A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71869A; }

 p { color: rgb(113,134,154); }

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

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

 a { background-color: rgb(113,134,154); }

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

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

 span { border-color: rgb(113,134,154); }

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