#804468

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

Shades of Cosmic #804468

Tints of Cosmic #804468

Color information

#804468 (or 0x804468) is unknown color: approx Cosmic. HEX triplet: 80, 44 and 68. RGB value is (128,68,104). Sum of RGB (Red+Green+Blue) = 128+68+104=300 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.67% from 300); Green value is 68 (26.95% from 255 or 22.67% from 300); Blue value is 104 (41.02% from 255 or 34.67% from 300); Max value from RGB is 128 - color contains mainly: red. Hex color #804468 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804468 is #7FBB97. Grayscale: #595959. Windows color (decimal): -8371096 or 6833280. OLE color: 6833280.

HSL color Cylindrical-coordinate representation of color #804468: hue angle of 324º 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 #804468 is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.50.

Color convert

RGB12868104-
CMYK00.470.190.50
HSL324º30.61%38.43%-
HSV(B)324º46.88%50.2%-
XYZ13.479.7214.26-
YUV90.04135.88155.07-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 42.67%
GREEN value IS 68 (26.95% from 255) = 22.67%
BLUE value IS 104 (41.02% from 255) = 34.67%
R=42.67%
G=22.67%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.19
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1286810400.470.190.5032430.6138.43
Hex80446802F13321441f26
Octal20010415005723625043746
Binary100000001000100110100001011111001111001010100010011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804468; }

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

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

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

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

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

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

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

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