#834469

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

Shades of Cosmic #834469

Tints of Cosmic #834469

Color information

#834469 (or 0x834469) is unknown color: approx Cosmic. HEX triplet: 83, 44 and 69. RGB value is (131,68,105). Sum of RGB (Red+Green+Blue) = 131+68+105=304 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.09% from 304); Green value is 68 (26.95% from 255 or 22.37% from 304); Blue value is 105 (41.41% from 255 or 34.54% from 304); Max value from RGB is 131 - color contains mainly: red. Hex color #834469 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834469 is #7CBB96. Grayscale: #5A5A5A. Windows color (decimal): -8174487 or 6898819. OLE color: 6898819.

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

Color convert

RGB13168105-
CMYK00.480.200.49
HSL324.76º31.66%39.02%-
HSV(B)324.76º48.09%51.37%-
XYZ13.989.9814.55-
YUV91.06135.87156.49-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 43.09%
GREEN value IS 68 (26.95% from 255) = 22.37%
BLUE value IS 105 (41.41% from 255) = 34.54%
R=43.09%
G=22.37%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.20
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1316810500.480.200.49324.7631.6639.02
Hex83446903014311452027
Octal20310415106024615054047
Binary1000001110001001101001011000010100110001101000101100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834469; }

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

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

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

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

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

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

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

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