Html Css Color HEX #82486A Cosmic

📋 copy color: '#82486A'

red 130 ◦ green 72 ◦ blue 106

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

Shades of Cosmic #82486A

Tints of Cosmic #82486A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 34.42%

R = 42.21%
G = 23.38%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#82486A (or 0x82486A) is known color: Cosmic. HEX triplet: 82, 48 and 6A. RGB value is (130,72,106). Sum of RGB (Red+Green+Blue) = 130+72+106=308 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.21% from 308); Green value is 72 (28.52% from 255 or 23.38% from 308); Blue value is 106 (41.80% from 255 or 34.42% from 308); Max value from RGB is 130 - color contains mainly: red. Hex color #82486A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82486A is #7DB795. Grayscale: #5D5D5D. Windows color (decimal): -8238998 or 6965378. OLE color: 6965378.

HSL color Cylindrical-coordinate representation of color #82486A: hue angle of 324.83º 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 #82486A is Cyan = 0, Magento = 0.45, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 72 106 -
CMYK 0 0.45 0.18 0.49
HSL 324.83º 0.29% 0.4% -
HSV(B) 324.83º 0.45% 0.51% -
XYZ 14.12 10.42 14.9 -
YUV 93.22 135.22 154.24 -
System Red Green Blue C M Y K H S L
Decimal 130 72 106 0 0.45 0.18 0.49 324.83 0.29 0.4
Hex 82 48 6A 0 2D 12 31 145 1D 28
Octal 202 110 152 0 55 22 61 505 35 50
Binary 10000010 1001000 1101010 0 101101 10010 110001 101000101 11101 101000

Color Harmonies of #82486A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82486A

Black with #82486A

Text Example


Text Example

White with #82486A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82486A; }

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

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

background-color css

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

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

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

border-color css

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

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

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