#814468

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

Shades of Cosmic #814468

Tints of Cosmic #814468

Color information

#814468 (or 0x814468) is unknown color: approx Cosmic. HEX triplet: 81, 44 and 68. RGB value is (129,68,104). Sum of RGB (Red+Green+Blue) = 129+68+104=301 (39% of max value = 765). Red value is 129 (50.78% from 255 or 42.86% from 301); Green value is 68 (26.95% from 255 or 22.59% from 301); Blue value is 104 (41.02% from 255 or 34.55% from 301); Max value from RGB is 129 - color contains mainly: red. Hex color #814468 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814468 is #7EBB97. Grayscale: #5A5A5A. Windows color (decimal): -8305560 or 6833281. OLE color: 6833281.

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

Color convert

RGB12968104-
CMYK00.470.190.49
HSL324.59º30.96%38.63%-
HSV(B)324.59º47.29%50.59%-
XYZ13.629.814.27-
YUV90.34135.71155.57-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 42.86%
GREEN value IS 68 (26.95% from 255) = 22.59%
BLUE value IS 104 (41.02% from 255) = 34.55%
R=42.86%
G=22.59%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1296810400.470.190.49324.5930.9638.63
Hex81446802F13311451f27
Octal20110415005723615053747
Binary100000011000100110100001011111001111000110100010111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814468; }

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

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

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

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

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

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

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

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