Html Css Color HEX #824068 Cosmic

📋 copy color: '#824068'

red 130 ◦ green 64 ◦ blue 104

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

Shades of Cosmic #824068

Tints of Cosmic #824068

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.48%

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

R = 43.62%
G = 21.48%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.2

 K value IS 0.49

RGB Variations

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

Color information

#824068 (or 0x824068) is known color: Cosmic. HEX triplet: 82, 40 and 68. RGB value is (130,64,104). Sum of RGB (Red+Green+Blue) = 130+64+104=298 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.62% from 298); Green value is 64 (25.39% from 255 or 21.48% from 298); Blue value is 104 (41.02% from 255 or 34.90% from 298); Max value from RGB is 130 - color contains mainly: red. Hex color #824068 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824068 is #7DBF97. Grayscale: #585858. Windows color (decimal): -8241048 or 6832258. OLE color: 6832258.

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

Color convert

RGB 130 64 104 -
CMYK 0 0.51 0.2 0.49
HSL 323.64º 0.34% 0.38% -
HSV(B) 323.64º 0.51% 0.51% -
XYZ 13.54 9.41 14.2 -
YUV 88.29 136.87 157.75 -
System Red Green Blue C M Y K H S L
Decimal 130 64 104 0 0.51 0.2 0.49 323.64 0.34 0.38
Hex 82 40 68 0 33 14 31 144 22 26
Octal 202 100 150 0 63 24 61 504 42 46
Binary 10000010 1000000 1101000 0 110011 10100 110001 101000100 100010 100110

Color Harmonies of #824068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824068

Black with #824068

Text Example


Text Example

White with #824068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824068; }

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

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

background-color css

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

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

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

border-color css

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

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

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