#845068

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

Shades of Cosmic #845068

Tints of Cosmic #845068

Color information

#845068 (or 0x845068) is unknown color: approx Cosmic. HEX triplet: 84, 50 and 68. RGB value is (132,80,104). Sum of RGB (Red+Green+Blue) = 132+80+104=316 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.77% from 316); Green value is 80 (31.64% from 255 or 25.32% from 316); Blue value is 104 (41.02% from 255 or 32.91% from 316); Max value from RGB is 132 - color contains mainly: red. Hex color #845068 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845068 is #7BAF97. Grayscale: #626262. Windows color (decimal): -8105880 or 6836356. OLE color: 6836356.

HSL color Cylindrical-coordinate representation of color #845068: hue angle of 332.31º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #845068 is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.48.

Color convert

RGB13280104-
CMYK00.390.210.48
HSL332.31º24.53%41.57%-
HSV(B)332.31º39.39%51.76%-
XYZ14.8811.6414.56-
YUV98.28131.23152.05-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.77%
GREEN value IS 80 (31.64% from 255) = 25.32%
BLUE value IS 104 (41.02% from 255) = 32.91%
R=41.77%
G=25.32%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.21
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1328010400.390.210.48332.3124.5341.57
Hex845068027153014c192a
Octal20412015004725605143152
Binary100001001010000110100001001111010111000010100110011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845068; }

 p { color: rgb(132,80,104); }

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

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

 a { background-color: rgb(132,80,104); }

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

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

 span { border-color: rgb(132,80,104); }

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