Html Css Color HEX #854873 Cosmic

📋 copy color: '#854873'

red 133 ◦ green 72 ◦ blue 115

#854873
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cosmic #854873

Tints of Cosmic #854873

RGB

 RED value IS 133 (52.34% from 255) = 41.56%

 GREEN value IS 72 (28.52% from 255) = 22.5%

 BLUE value IS 115 (45.31% from 255) = 35.94%

R = 41.56%
G = 22.5%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#854873 (or 0x854873) is known color: Cosmic. HEX triplet: 85, 48 and 73. RGB value is (133,72,115). Sum of RGB (Red+Green+Blue) = 133+72+115=320 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.56% from 320); Green value is 72 (28.52% from 255 or 22.5% from 320); Blue value is 115 (45.31% from 255 or 35.94% from 320); Max value from RGB is 133 - color contains mainly: red. Hex color #854873 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854873 is #7AB78C. Grayscale: #5F5F5F. Windows color (decimal): -8042381 or 7555205. OLE color: 7555205.

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

Color convert

RGB 133 72 115 -
CMYK 0 0.46 0.14 0.48
HSL 317.7º 0.3% 0.4% -
HSV(B) 317.7º 0.46% 0.52% -
XYZ 15.08 10.86 17.52 -
YUV 95.14 139.21 155 -
System Red Green Blue C M Y K H S L
Decimal 133 72 115 0 0.46 0.14 0.48 317.7 0.3 0.4
Hex 85 48 73 0 2E E 30 13E 1E 28
Octal 205 110 163 0 56 16 60 476 36 50
Binary 10000101 1001000 1110011 0 101110 1110 110000 100111110 11110 101000

Color Harmonies of #854873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854873

Black with #854873

Text Example


Text Example

White with #854873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854873; }

 p { color: rgb(133,72,115); }

 H1.HeaderClassName
 {
   color: #854873;
 }
 .AnyTagClassName
 {
   color: #854873;
 }
</style>

background-color css

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

 a { background-color: rgb(133,72,115); }

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

border-color css

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

 span { border-color: rgb(133,72,115); }

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