#81466C

Color #81466C Cosmic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cosmic #81466C

Tints of Cosmic #81466C

Color information

#81466C (or 0x81466C) is unknown color: approx Cosmic. HEX triplet: 81, 46 and 6C. RGB value is (129,70,108). Sum of RGB (Red+Green+Blue) = 129+70+108=307 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.02% from 307); Green value is 70 (27.73% from 255 or 22.80% from 307); Blue value is 108 (42.58% from 255 or 35.18% from 307); Max value from RGB is 129 - color contains mainly: red. Hex color #81466C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81466C is #7EB993. Grayscale: #5B5B5B. Windows color (decimal): -8305044 or 7095937. OLE color: 7095937.

HSL color Cylindrical-coordinate representation of color #81466C: hue angle of 321.36º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81466C is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB12970108-
CMYK00.460.160.49
HSL321.36º29.65%39.02%-
HSV(B)321.36º45.74%50.59%-
XYZ13.9510.1315.41-
YUV91.97137.05154.41-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 42.02%
GREEN value IS 70 (27.73% from 255) = 22.80%
BLUE value IS 108 (42.58% from 255) = 35.18%
R=42.02%
G=22.80%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1297010800.460.160.49321.3629.6539.02
Hex81466C02E10311411e27
Octal20110615405620615013647
Binary100000011000110110110001011101000011000110100000111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81466C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81466C; }

 p { color: rgb(129,70,108); }

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

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

 a { background-color: rgb(129,70,108); }

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

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

 span { border-color: rgb(129,70,108); }

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