Html Css Color HEX #824868 Cosmic

📋 copy color: '#824868'

red 130 ◦ green 72 ◦ blue 104

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

Shades of Cosmic #824868

Tints of Cosmic #824868

RGB

 RED value IS 130 (51.17% from 255) = 42.48%

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

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

R = 42.48%
G = 23.53%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.2

 K value IS 0.49

RGB Variations

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

Color information

#824868 (or 0x824868) is known color: Cosmic. HEX triplet: 82, 48 and 68. RGB value is (130,72,104). Sum of RGB (Red+Green+Blue) = 130+72+104=306 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.48% from 306); Green value is 72 (28.52% from 255 or 23.53% from 306); Blue value is 104 (41.02% from 255 or 33.99% from 306); Max value from RGB is 130 - color contains mainly: red. Hex color #824868 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824868 is #7DB797. Grayscale: #5C5C5C. Windows color (decimal): -8239000 or 6834306. OLE color: 6834306.

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

Color convert

RGB 130 72 104 -
CMYK 0 0.45 0.2 0.49
HSL 326.9º 0.29% 0.4% -
HSV(B) 326.9º 0.45% 0.51% -
XYZ 14.02 10.38 14.36 -
YUV 92.99 134.22 154.4 -
System Red Green Blue C M Y K H S L
Decimal 130 72 104 0 0.45 0.2 0.49 326.9 0.29 0.4
Hex 82 48 68 0 2D 14 31 147 1D 28
Octal 202 110 150 0 55 24 61 507 35 50
Binary 10000010 1001000 1101000 0 101101 10100 110001 101000111 11101 101000

Color Harmonies of #824868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824868

Black with #824868

Text Example


Text Example

White with #824868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824868; }

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

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

background-color css

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

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

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

border-color css

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

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

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