#71839A

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

Shades of Light Slate Grey #71839A

Tints of Light Slate Grey #71839A

Color information

#71839A (or 0x71839A) is unknown color: approx Light Slate Grey. HEX triplet: 71, 83 and 9A. RGB value is (113,131,154). Sum of RGB (Red+Green+Blue) = 113+131+154=398 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.39% from 398); Green value is 131 (51.56% from 255 or 32.91% from 398); Blue value is 154 (60.55% from 255 or 38.69% from 398); Max value from RGB is 154 - color contains mainly: blue. Hex color #71839A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71839A is #8E7C65. Grayscale: #808080. Windows color (decimal): -9337958 or 10126193. OLE color: 10126193.

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

Color convert

RGB113131154-
CMYK0.270.1500.40
HSL213.66º16.87%52.35%-
HSV(B)213.66º26.62%60.39%-
XYZ20.7622.0833.74-
YUV128.24142.54117.13-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.39%
GREEN value IS 131 (51.56% from 255) = 32.91%
BLUE value IS 154 (60.55% from 255) = 38.69%
R=28.39%
G=32.91%
B=38.69%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1131311540.270.1500.40213.6616.8752.35
Hex71839A1BF028d61134
Octal16120323233170503262164
Binary1110001100000111001101011011111101010001101011010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71839A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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