#804469

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

Shades of Cosmic #804469

Tints of Cosmic #804469

Color information

#804469 (or 0x804469) is unknown color: approx Cosmic. HEX triplet: 80, 44 and 69. RGB value is (128,68,105). Sum of RGB (Red+Green+Blue) = 128+68+105=301 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.52% from 301); Green value is 68 (26.95% from 255 or 22.59% from 301); Blue value is 105 (41.41% from 255 or 34.88% from 301); Max value from RGB is 128 - color contains mainly: red. Hex color #804469 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804469 is #7FBB96. Grayscale: #5A5A5A. Windows color (decimal): -8371095 or 6898816. OLE color: 6898816.

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

Color convert

RGB12868105-
CMYK00.470.180.50
HSL323º30.61%38.43%-
HSV(B)323º46.88%50.2%-
XYZ13.529.7414.53-
YUV90.16136.38154.99-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 42.52%
GREEN value IS 68 (26.95% from 255) = 22.59%
BLUE value IS 105 (41.41% from 255) = 34.88%
R=42.52%
G=22.59%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.18
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1286810500.470.180.5032330.6138.43
Hex80446902F12321431f26
Octal20010415105722625033746
Binary100000001000100110100101011111001011001010100001111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804469; }

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

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

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

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

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

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

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

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