#834864

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

Shades of Cosmic #834864

Tints of Cosmic #834864

Color information

#834864 (or 0x834864) is unknown color: approx Cosmic. HEX triplet: 83, 48 and 64. RGB value is (131,72,100). Sum of RGB (Red+Green+Blue) = 131+72+100=303 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.23% from 303); Green value is 72 (28.52% from 255 or 23.76% from 303); Blue value is 100 (39.45% from 255 or 33.00% from 303); Max value from RGB is 131 - color contains mainly: red. Hex color #834864 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834864 is #7CB79B. Grayscale: #5C5C5C. Windows color (decimal): -8173468 or 6572163. OLE color: 6572163.

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

Color convert

RGB13172100-
CMYK00.450.240.49
HSL331.53º29.06%39.8%-
HSV(B)331.53º45.04%51.37%-
XYZ13.9810.3813.32-
YUV92.83132.05155.22-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 43.23%
GREEN value IS 72 (28.52% from 255) = 23.76%
BLUE value IS 100 (39.45% from 255) = 33.00%
R=43.23%
G=23.76%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1317210000.450.240.49331.5329.0639.8
Hex83486402D183114c1d28
Octal20311014405530615143550
Binary100000111001000110010001011011100011000110100110011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834864; }

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

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

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

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

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

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

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

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