#71809A

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

Shades of Light Slate Grey #71809A

Tints of Light Slate Grey #71809A

Color information

#71809A (or 0x71809A) is unknown color: approx Light Slate Grey. HEX triplet: 71, 80 and 9A. RGB value is (113,128,154). Sum of RGB (Red+Green+Blue) = 113+128+154=395 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.61% from 395); Green value is 128 (50.39% from 255 or 32.41% from 395); Blue value is 154 (60.55% from 255 or 38.99% from 395); Max value from RGB is 154 - color contains mainly: blue. Hex color #71809A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71809A is #8E7F65. Grayscale: #7E7E7E. Windows color (decimal): -9338726 or 10125425. OLE color: 10125425.

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

Color convert

RGB113128154-
CMYK0.270.1700.40
HSL218.05º16.87%52.35%-
HSV(B)218.05º26.62%60.39%-
XYZ20.3621.2833.61-
YUV126.48143.53118.39-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.61%
GREEN value IS 128 (50.39% from 255) = 32.41%
BLUE value IS 154 (60.55% from 255) = 38.99%
R=28.61%
G=32.41%
B=38.99%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1131281540.270.1700.40218.0516.8752.35
Hex71809A1B11028da1134
Octal16120023233210503322164
Binary11100011000000010011010110111000101010001101101010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71809A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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