Html Css Color HEX #854273 Cosmic

📋 copy color: '#854273'

red 133 ◦ green 66 ◦ blue 115

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

Shades of Cosmic #854273

Tints of Cosmic #854273

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.02%

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

R = 42.36%
G = 21.02%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#854273 (or 0x854273) is known color: Cosmic. HEX triplet: 85, 42 and 73. RGB value is (133,66,115). Sum of RGB (Red+Green+Blue) = 133+66+115=314 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.36% from 314); Green value is 66 (26.17% from 255 or 21.02% from 314); Blue value is 115 (45.31% from 255 or 36.62% from 314); Max value from RGB is 133 - color contains mainly: red. Hex color #854273 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854273 is #7ABD8C. Grayscale: #5B5B5B. Windows color (decimal): -8043917 or 7553669. OLE color: 7553669.

HSL color Cylindrical-coordinate representation of color #854273: hue angle of 316.12º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #854273 is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 66 115 -
CMYK 0 0.50 0.14 0.48
HSL 316.12º 0.34% 0.39% -
HSV(B) 316.12º 0.5% 0.52% -
XYZ 14.72 10.12 17.4 -
YUV 91.62 141.2 157.52 -
System Red Green Blue C M Y K H S L
Decimal 133 66 115 0 0.50 0.14 0.48 316.12 0.34 0.39
Hex 85 42 73 0 32 E 30 13C 22 27
Octal 205 102 163 0 62 16 60 474 42 47
Binary 10000101 1000010 1110011 0 110010 1110 110000 100111100 100010 100111

Color Harmonies of #854273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854273

Black with #854273

Text Example


Text Example

White with #854273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854273; }

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

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

background-color css

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

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

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

border-color css

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

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

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