Html Css Color HEX #844868 Cosmic

📋 copy color: '#844868'

red 132 ◦ green 72 ◦ blue 104

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

Shades of Cosmic #844868

Tints of Cosmic #844868

RGB

 RED value IS 132 (51.95% from 255) = 42.86%

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

 BLUE value IS 104 (41.02% from 255) = 33.77%

R = 42.86%
G = 23.38%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.21

 K value IS 0.48

RGB Variations

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

Color information

#844868 (or 0x844868) is known color: Cosmic. HEX triplet: 84, 48 and 68. RGB value is (132,72,104). Sum of RGB (Red+Green+Blue) = 132+72+104=308 (40% of max value = 765). Red value is 132 (51.95% from 255 or 42.86% from 308); Green value is 72 (28.52% from 255 or 23.38% from 308); Blue value is 104 (41.02% from 255 or 33.77% from 308); Max value from RGB is 132 - color contains mainly: red. Hex color #844868 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844868 is #7BB797. Grayscale: #5D5D5D. Windows color (decimal): -8107928 or 6834308. OLE color: 6834308.

HSL color Cylindrical-coordinate representation of color #844868: hue angle of 328º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #844868 is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 72 104 -
CMYK 0 0.45 0.21 0.48
HSL 328º 0.29% 0.4% -
HSV(B) 328º 0.45% 0.52% -
XYZ 14.33 10.54 14.38 -
YUV 93.59 133.88 155.4 -
System Red Green Blue C M Y K H S L
Decimal 132 72 104 0 0.45 0.21 0.48 328 0.29 0.4
Hex 84 48 68 0 2D 15 30 148 1D 28
Octal 204 110 150 0 55 25 60 510 35 50
Binary 10000100 1001000 1101000 0 101101 10101 110000 101001000 11101 101000

Color Harmonies of #844868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844868

Black with #844868

Text Example


Text Example

White with #844868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844868; }

 p { color: rgb(132,72,104); }

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

background-color css

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

 a { background-color: rgb(132,72,104); }

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

border-color css

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

 span { border-color: rgb(132,72,104); }

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