#818693

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

Shades of Light Slate Grey #818693

Tints of Light Slate Grey #818693

Color information

#818693 (or 0x818693) is unknown color: approx Light Slate Grey. HEX triplet: 81, 86 and 93. RGB value is (129,134,147). Sum of RGB (Red+Green+Blue) = 129+134+147=410 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.46% from 410); Green value is 134 (52.73% from 255 or 32.68% from 410); Blue value is 147 (57.81% from 255 or 35.85% from 410); Max value from RGB is 147 - color contains mainly: blue. Hex color #818693 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818693 is #7E796C. Grayscale: #858585. Windows color (decimal): -8288621 or 9668225. OLE color: 9668225.

HSL color Cylindrical-coordinate representation of color #818693: hue angle of 223.33º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #818693 is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB129134147-
CMYK0.120.0900.42
HSL223.33º7.69%54.12%-
HSV(B)223.33º12.24%57.65%-
XYZ22.8423.8231-
YUV133.99135.34124.44-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.46%
GREEN value IS 134 (52.73% from 255) = 32.68%
BLUE value IS 147 (57.81% from 255) = 35.85%
R=31.46%
G=32.68%
B=35.85%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1291341470.120.0900.42223.337.6954.12
Hex818693C902Adf836
Octal20120622314110523371066
Binary100000011000011010010011110010010101010110111111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818693; }

 p { color: rgb(129,134,147); }

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

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

 a { background-color: rgb(129,134,147); }

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

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

 span { border-color: rgb(129,134,147); }

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