Html Css Color HEX #854773 Cosmic

📋 copy color: '#854773'

red 133 ◦ green 71 ◦ blue 115

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

Shades of Cosmic #854773

Tints of Cosmic #854773

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.26%

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

R = 41.69%
G = 22.26%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#854773 (or 0x854773) is known color: Cosmic. HEX triplet: 85, 47 and 73. RGB value is (133,71,115). Sum of RGB (Red+Green+Blue) = 133+71+115=319 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.69% from 319); Green value is 71 (28.12% from 255 or 22.26% from 319); Blue value is 115 (45.31% from 255 or 36.05% from 319); Max value from RGB is 133 - color contains mainly: red. Hex color #854773 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854773 is #7AB88C. Grayscale: #5E5E5E. Windows color (decimal): -8042637 or 7554949. OLE color: 7554949.

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

Color convert

RGB 133 71 115 -
CMYK 0 0.47 0.14 0.48
HSL 317.42º 0.3% 0.4% -
HSV(B) 317.42º 0.47% 0.52% -
XYZ 15.02 10.73 17.5 -
YUV 94.55 139.54 155.42 -
System Red Green Blue C M Y K H S L
Decimal 133 71 115 0 0.47 0.14 0.48 317.42 0.3 0.4
Hex 85 47 73 0 2F E 30 13D 1E 28
Octal 205 107 163 0 57 16 60 475 36 50
Binary 10000101 1000111 1110011 0 101111 1110 110000 100111101 11110 101000

Color Harmonies of #854773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854773

Black with #854773

Text Example


Text Example

White with #854773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854773; }

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

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

background-color css

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

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

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

border-color css

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

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

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