#874868

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

Shades of Cosmic #874868

Tints of Cosmic #874868

Color information

#874868 (or 0x874868) is unknown color: approx Cosmic. HEX triplet: 87, 48 and 68. RGB value is (135,72,104). Sum of RGB (Red+Green+Blue) = 135+72+104=311 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.41% from 311); Green value is 72 (28.52% from 255 or 23.15% from 311); Blue value is 104 (41.02% from 255 or 33.44% from 311); Max value from RGB is 135 - color contains mainly: red. Hex color #874868 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874868 is #78B797. Grayscale: #5E5E5E. Windows color (decimal): -7911320 or 6834311. OLE color: 6834311.

HSL color Cylindrical-coordinate representation of color #874868: hue angle of 329.52º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #874868 is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.47.

Color convert

RGB13572104-
CMYK00.470.230.47
HSL329.52º30.43%40.59%-
HSV(B)329.52º46.67%52.94%-
XYZ14.8110.7914.4-
YUV94.48133.37156.9-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.41%
GREEN value IS 72 (28.52% from 255) = 23.15%
BLUE value IS 104 (41.02% from 255) = 33.44%
R=43.41%
G=23.15%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1357210400.470.230.47329.5230.4340.59
Hex87486802F172F14a1e29
Octal20711015005727575123651
Binary100001111001000110100001011111011110111110100101011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874868; }

 p { color: rgb(135,72,104); }

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

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

 a { background-color: rgb(135,72,104); }

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

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

 span { border-color: rgb(135,72,104); }

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