#834869

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

Shades of Cosmic #834869

Tints of Cosmic #834869

Color information

#834869 (or 0x834869) is unknown color: approx Cosmic. HEX triplet: 83, 48 and 69. RGB value is (131,72,105). Sum of RGB (Red+Green+Blue) = 131+72+105=308 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.53% from 308); Green value is 72 (28.52% from 255 or 23.38% from 308); Blue value is 105 (41.41% from 255 or 34.09% from 308); Max value from RGB is 131 - color contains mainly: red. Hex color #834869 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834869 is #7CB796. Grayscale: #5D5D5D. Windows color (decimal): -8173463 or 6899843. OLE color: 6899843.

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

Color convert

RGB13172105-
CMYK00.450.200.49
HSL326.44º29.06%39.8%-
HSV(B)326.44º45.04%51.37%-
XYZ14.2310.4814.64-
YUV93.4134.55154.82-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 42.53%
GREEN value IS 72 (28.52% from 255) = 23.38%
BLUE value IS 105 (41.41% from 255) = 34.09%
R=42.53%
G=23.38%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.20
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1317210500.450.200.49326.4429.0639.8
Hex83486902D14311461d28
Octal20311015105524615063550
Binary100000111001000110100101011011010011000110100011011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834869; }

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

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

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

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

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

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

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

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