#834766

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

Shades of Cosmic #834766

Tints of Cosmic #834766

Color information

#834766 (or 0x834766) is unknown color: approx Cosmic. HEX triplet: 83, 47 and 66. RGB value is (131,71,102). Sum of RGB (Red+Green+Blue) = 131+71+102=304 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.09% from 304); Green value is 71 (28.12% from 255 or 23.36% from 304); Blue value is 102 (40.23% from 255 or 33.55% from 304); Max value from RGB is 131 - color contains mainly: red. Hex color #834766 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834766 is #7CB899. Grayscale: #5C5C5C. Windows color (decimal): -8173722 or 6702979. OLE color: 6702979.

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

Color convert

RGB13171102-
CMYK00.460.220.49
HSL329º29.7%39.61%-
HSV(B)329º45.8%51.37%-
XYZ14.0110.2913.82-
YUV92.47133.38155.48-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 43.09%
GREEN value IS 71 (28.12% from 255) = 23.36%
BLUE value IS 102 (40.23% from 255) = 33.55%
R=43.09%
G=23.36%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1317110200.460.220.4932929.739.61
Hex83476602E16311491e28
Octal20310714605626615113650
Binary100000111000111110011001011101011011000110100100111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834766; }

 p { color: rgb(131,71,102); }

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

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

 a { background-color: rgb(131,71,102); }

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

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

 span { border-color: rgb(131,71,102); }

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