#854B6D

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

Shades of Cosmic #854B6D

Tints of Cosmic #854B6D

Color information

#854B6D (or 0x854B6D) is unknown color: approx Cosmic. HEX triplet: 85, 4B and 6D. RGB value is (133,75,109). Sum of RGB (Red+Green+Blue) = 133+75+109=317 (41% of max value = 765). Red value is 133 (52.34% from 255 or 41.96% from 317); Green value is 75 (29.69% from 255 or 23.66% from 317); Blue value is 109 (42.97% from 255 or 34.38% from 317); Max value from RGB is 133 - color contains mainly: red. Hex color #854B6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854B6D is #7AB492. Grayscale: #606060. Windows color (decimal): -8041619 or 7162757. OLE color: 7162757.

HSL color Cylindrical-coordinate representation of color #854B6D: hue angle of 324.83º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #854B6D is Cyan = 0, Magento = 0.44, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB13375109-
CMYK00.440.180.48
HSL324.83º27.88%40.78%-
HSV(B)324.83º43.61%52.16%-
XYZ14.9511.1215.83-
YUV96.22135.22154.24-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.96%
GREEN value IS 75 (29.69% from 255) = 23.66%
BLUE value IS 109 (42.97% from 255) = 34.38%
R=41.96%
G=23.66%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1337510900.440.180.48324.8327.8840.78
Hex854B6D02C12301451c29
Octal20511315505422605053451
Binary100001011001011110110101011001001011000010100010111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854B6D; }

 p { color: rgb(133,75,109); }

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

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

 a { background-color: rgb(133,75,109); }

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

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

 span { border-color: rgb(133,75,109); }

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