#804869

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

Shades of Cosmic #804869

Tints of Cosmic #804869

Color information

#804869 (or 0x804869) is unknown color: approx Cosmic. HEX triplet: 80, 48 and 69. RGB value is (128,72,105). Sum of RGB (Red+Green+Blue) = 128+72+105=305 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.97% from 305); Green value is 72 (28.52% from 255 or 23.61% from 305); Blue value is 105 (41.41% from 255 or 34.43% from 305); Max value from RGB is 128 - color contains mainly: red. Hex color #804869 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804869 is #7FB796. Grayscale: #5C5C5C. Windows color (decimal): -8370071 or 6899840. OLE color: 6899840.

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

Color convert

RGB12872105-
CMYK00.440.180.50
HSL324.64º28%39.22%-
HSV(B)324.64º43.75%50.2%-
XYZ13.7710.2414.62-
YUV92.51135.05153.32-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.97%
GREEN value IS 72 (28.52% from 255) = 23.61%
BLUE value IS 105 (41.41% from 255) = 34.43%
R=41.97%
G=23.61%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.18
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1287210500.440.180.50324.642839.22
Hex80486902C12321451c27
Octal20011015105422625053447
Binary100000001001000110100101011001001011001010100010111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804869; }

 p { color: rgb(128,72,105); }

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

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

 a { background-color: rgb(128,72,105); }

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

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

 span { border-color: rgb(128,72,105); }

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