#814469

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

Shades of Cosmic #814469

Tints of Cosmic #814469

Color information

#814469 (or 0x814469) is unknown color: approx Cosmic. HEX triplet: 81, 44 and 69. RGB value is (129,68,105). Sum of RGB (Red+Green+Blue) = 129+68+105=302 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.72% from 302); Green value is 68 (26.95% from 255 or 22.52% from 302); Blue value is 105 (41.41% from 255 or 34.77% from 302); Max value from RGB is 129 - color contains mainly: red. Hex color #814469 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814469 is #7EBB96. Grayscale: #5A5A5A. Windows color (decimal): -8305559 or 6898817. OLE color: 6898817.

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

Color convert

RGB12968105-
CMYK00.470.190.49
HSL323.61º30.96%38.63%-
HSV(B)323.61º47.29%50.59%-
XYZ13.679.8214.54-
YUV90.46136.21155.49-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 42.72%
GREEN value IS 68 (26.95% from 255) = 22.52%
BLUE value IS 105 (41.41% from 255) = 34.77%
R=42.72%
G=22.52%
B=34.77%

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
Decimal1296810500.470.190.49323.6130.9638.63
Hex81446902F13311441f27
Octal20110415105723615043747
Binary100000011000100110100101011111001111000110100010011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814469; }

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

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

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

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

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

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

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

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