Html Css Color HEX #854672 Cosmic

📋 copy color: '#854672'

red 133 ◦ green 70 ◦ blue 114

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

Shades of Cosmic #854672

Tints of Cosmic #854672

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.08%

 BLUE value IS 114 (44.92% from 255) = 35.96%

R = 41.96%
G = 22.08%
B = 35.96%

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

#854672 (or 0x854672) is known color: Cosmic. HEX triplet: 85, 46 and 72. RGB value is (133,70,114). Sum of RGB (Red+Green+Blue) = 133+70+114=317 (41% of max value = 765). Red value is 133 (52.34% from 255 or 41.96% from 317); Green value is 70 (27.73% from 255 or 22.08% from 317); Blue value is 114 (44.92% from 255 or 35.96% from 317); Max value from RGB is 133 - color contains mainly: red. Hex color #854672 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854672 is #7AB98D. Grayscale: #5D5D5D. Windows color (decimal): -8042894 or 7489157. OLE color: 7489157.

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

Color convert

RGB 133 70 114 -
CMYK 0 0.47 0.14 0.48
HSL 318.1º 0.31% 0.4% -
HSV(B) 318.1º 0.47% 0.52% -
XYZ 14.9 10.58 17.18 -
YUV 93.85 139.37 155.92 -
System Red Green Blue C M Y K H S L
Decimal 133 70 114 0 0.47 0.14 0.48 318.1 0.31 0.4
Hex 85 46 72 0 2F E 30 13E 1F 28
Octal 205 106 162 0 57 16 60 476 37 50
Binary 10000101 1000110 1110010 0 101111 1110 110000 100111110 11111 101000

Color Harmonies of #854672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854672

Black with #854672

Text Example


Text Example

White with #854672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854672; }

 p { color: rgb(133,70,114); }

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

background-color css

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

 a { background-color: rgb(133,70,114); }

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

border-color css

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

 span { border-color: rgb(133,70,114); }

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