Html Css Color HEX #854864 Cosmic

📋 copy color: '#854864'

red 133 ◦ green 72 ◦ blue 100

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

Shades of Cosmic #854864

Tints of Cosmic #854864

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 32.79%

R = 43.61%
G = 23.61%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.25

 K value IS 0.48

RGB Variations

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

Color information

#854864 (or 0x854864) is known color: Cosmic. HEX triplet: 85, 48 and 64. RGB value is (133,72,100). Sum of RGB (Red+Green+Blue) = 133+72+100=305 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.61% from 305); Green value is 72 (28.52% from 255 or 23.61% from 305); Blue value is 100 (39.45% from 255 or 32.79% from 305); Max value from RGB is 133 - color contains mainly: red. Hex color #854864 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854864 is #7AB79B. Grayscale: #5D5D5D. Windows color (decimal): -8042396 or 6572165. OLE color: 6572165.

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

Color convert

RGB 133 72 100 -
CMYK 0 0.46 0.25 0.48
HSL 332.46º 0.3% 0.4% -
HSV(B) 332.46º 0.46% 0.52% -
XYZ 14.29 10.54 13.34 -
YUV 93.43 131.71 156.22 -
System Red Green Blue C M Y K H S L
Decimal 133 72 100 0 0.46 0.25 0.48 332.46 0.3 0.4
Hex 85 48 64 0 2E 19 30 14C 1E 28
Octal 205 110 144 0 56 31 60 514 36 50
Binary 10000101 1001000 1100100 0 101110 11001 110000 101001100 11110 101000

Color Harmonies of #854864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854864

Black with #854864

Text Example


Text Example

White with #854864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854864; }

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

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

background-color css

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

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

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

border-color css

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

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

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