#71879A

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

Shades of Light Slate Grey #71879A

Tints of Light Slate Grey #71879A

Color information

#71879A (or 0x71879A) is unknown color: approx Light Slate Grey. HEX triplet: 71, 87 and 9A. RGB value is (113,135,154). Sum of RGB (Red+Green+Blue) = 113+135+154=402 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.11% from 402); Green value is 135 (53.12% from 255 or 33.58% from 402); Blue value is 154 (60.55% from 255 or 38.31% from 402); Max value from RGB is 154 - color contains mainly: blue. Hex color #71879A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71879A is #8E7865. Grayscale: #828282. Windows color (decimal): -9336934 or 10127217. OLE color: 10127217.

HSL color Cylindrical-coordinate representation of color #71879A: hue angle of 207.8º 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 #71879A is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB113135154-
CMYK0.270.1200.40
HSL207.8º16.87%52.35%-
HSV(B)207.8º26.62%60.39%-
XYZ21.3123.1733.92-
YUV130.59141.21115.46-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.11%
GREEN value IS 135 (53.12% from 255) = 33.58%
BLUE value IS 154 (60.55% from 255) = 38.31%
R=28.11%
G=33.58%
B=38.31%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1131351540.270.1200.40207.816.8752.35
Hex71879A1BC028d01134
Octal16120723233140503202164
Binary1110001100001111001101011011110001010001101000010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71879A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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