#814864

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

Shades of Cosmic #814864

Tints of Cosmic #814864

Color information

#814864 (or 0x814864) is unknown color: approx Cosmic. HEX triplet: 81, 48 and 64. RGB value is (129,72,100). Sum of RGB (Red+Green+Blue) = 129+72+100=301 (39% of max value = 765). Red value is 129 (50.78% from 255 or 42.86% from 301); Green value is 72 (28.52% from 255 or 23.92% from 301); Blue value is 100 (39.45% from 255 or 33.22% from 301); Max value from RGB is 129 - color contains mainly: red. Hex color #814864 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814864 is #7EB79B. Grayscale: #5C5C5C. Windows color (decimal): -8304540 or 6572161. OLE color: 6572161.

HSL color Cylindrical-coordinate representation of color #814864: hue angle of 330.53º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #814864 is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB12972100-
CMYK00.440.220.49
HSL330.53º28.36%39.41%-
HSV(B)330.53º44.19%50.59%-
XYZ13.6710.2213.31-
YUV92.24132.38154.22-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 42.86%
GREEN value IS 72 (28.52% from 255) = 23.92%
BLUE value IS 100 (39.45% from 255) = 33.22%
R=42.86%
G=23.92%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1297210000.440.220.49330.5328.3639.41
Hex81486402C163114b1c27
Octal20111014405426615133447
Binary100000011001000110010001011001011011000110100101111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814864; }

 p { color: rgb(129,72,100); }

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

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

 a { background-color: rgb(129,72,100); }

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

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

 span { border-color: rgb(129,72,100); }

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