Html Css Color HEX #854770 Cosmic

📋 copy color: '#854770'

red 133 ◦ green 71 ◦ blue 112

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

Shades of Cosmic #854770

Tints of Cosmic #854770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 35.44%

R = 42.09%
G = 22.47%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#854770 (or 0x854770) is known color: Cosmic. HEX triplet: 85, 47 and 70. RGB value is (133,71,112). Sum of RGB (Red+Green+Blue) = 133+71+112=316 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.09% from 316); Green value is 71 (28.12% from 255 or 22.47% from 316); Blue value is 112 (44.14% from 255 or 35.44% from 316); Max value from RGB is 133 - color contains mainly: red. Hex color #854770 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854770 is #7AB88F. Grayscale: #5E5E5E. Windows color (decimal): -8042640 or 7358341. OLE color: 7358341.

HSL color Cylindrical-coordinate representation of color #854770: hue angle of 320.32º 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 #854770 is Cyan = 0, Magento = 0.47, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 71 112 -
CMYK 0 0.47 0.16 0.48
HSL 320.32º 0.3% 0.4% -
HSV(B) 320.32º 0.47% 0.52% -
XYZ 14.85 10.66 16.6 -
YUV 94.21 138.04 155.67 -
System Red Green Blue C M Y K H S L
Decimal 133 71 112 0 0.47 0.16 0.48 320.32 0.3 0.4
Hex 85 47 70 0 2F 10 30 140 1E 28
Octal 205 107 160 0 57 20 60 500 36 50
Binary 10000101 1000111 1110000 0 101111 10000 110000 101000000 11110 101000

Color Harmonies of #854770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854770

Black with #854770

Text Example


Text Example

White with #854770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854770; }

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

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

background-color css

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

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

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

border-color css

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

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

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