#71869F

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

Shades of Light Slate Grey #71869F

Tints of Light Slate Grey #71869F

Color information

#71869F (or 0x71869F) is unknown color: approx Light Slate Grey. HEX triplet: 71, 86 and 9F. RGB value is (113,134,159). Sum of RGB (Red+Green+Blue) = 113+134+159=406 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.83% from 406); Green value is 134 (52.73% from 255 or 33.00% from 406); Blue value is 159 (62.5% from 255 or 39.16% from 406); Max value from RGB is 159 - color contains mainly: blue. Hex color #71869F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71869F is #8E7960. Grayscale: #828282. Windows color (decimal): -9337185 or 10454641. OLE color: 10454641.

HSL color Cylindrical-coordinate representation of color #71869F: hue angle of 212.61º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #71869F is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB113134159-
CMYK0.290.1600.38
HSL212.61º19.33%53.33%-
HSV(B)212.61º28.93%62.35%-
XYZ21.5923.0636.11-
YUV130.57144.04115.47-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.83%
GREEN value IS 134 (52.73% from 255) = 33.00%
BLUE value IS 159 (62.5% from 255) = 39.16%
R=27.83%
G=33.00%
B=39.16%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1131341590.290.1600.38212.6119.3353.33
Hex71869F1D10026d51335
Octal16120623735200463252365
Binary11100011000011010011111111011000001001101101010110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71869F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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