Html Css Color HEX #854664 Cosmic

📋 copy color: '#854664'

red 133 ◦ green 70 ◦ blue 100

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

Shades of Cosmic #854664

Tints of Cosmic #854664

RGB

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

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

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

R = 43.89%
G = 23.1%
B = 33%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.25

 K value IS 0.48

RGB Variations

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

Color information

#854664 (or 0x854664) is known color: Cosmic. HEX triplet: 85, 46 and 64. RGB value is (133,70,100). Sum of RGB (Red+Green+Blue) = 133+70+100=303 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.89% from 303); Green value is 70 (27.73% from 255 or 23.10% from 303); Blue value is 100 (39.45% from 255 or 33.00% from 303); Max value from RGB is 133 - color contains mainly: red. Hex color #854664 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854664 is #7AB99B. Grayscale: #5C5C5C. Windows color (decimal): -8042908 or 6571653. OLE color: 6571653.

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

Color convert

RGB 133 70 100 -
CMYK 0 0.47 0.25 0.48
HSL 331.43º 0.31% 0.4% -
HSV(B) 331.43º 0.47% 0.52% -
XYZ 14.16 10.29 13.3 -
YUV 92.26 132.37 157.06 -
System Red Green Blue C M Y K H S L
Decimal 133 70 100 0 0.47 0.25 0.48 331.43 0.31 0.4
Hex 85 46 64 0 2F 19 30 14B 1F 28
Octal 205 106 144 0 57 31 60 513 37 50
Binary 10000101 1000110 1100100 0 101111 11001 110000 101001011 11111 101000

Color Harmonies of #854664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854664

Black with #854664

Text Example


Text Example

White with #854664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854664; }

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

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

background-color css

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

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

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

border-color css

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

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

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