Html Css Color HEX #82506A Cosmic

📋 copy color: '#82506A'

red 130 ◦ green 80 ◦ blue 106

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

Shades of Cosmic #82506A

Tints of Cosmic #82506A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.32%

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

R = 41.14%
G = 25.32%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#82506A (or 0x82506A) is known color: Cosmic. HEX triplet: 82, 50 and 6A. RGB value is (130,80,106). Sum of RGB (Red+Green+Blue) = 130+80+106=316 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.14% from 316); Green value is 80 (31.64% from 255 or 25.32% from 316); Blue value is 106 (41.80% from 255 or 33.54% from 316); Max value from RGB is 130 - color contains mainly: red. Hex color #82506A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82506A is #7DAF95. Grayscale: #616161. Windows color (decimal): -8236950 or 6967426. OLE color: 6967426.

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

Color convert

RGB 130 80 106 -
CMYK 0 0.38 0.18 0.49
HSL 328.8º 0.24% 0.41% -
HSV(B) 328.8º 0.38% 0.51% -
XYZ 14.68 11.52 15.09 -
YUV 97.91 132.57 150.89 -
System Red Green Blue C M Y K H S L
Decimal 130 80 106 0 0.38 0.18 0.49 328.8 0.24 0.41
Hex 82 50 6A 0 26 12 31 149 18 29
Octal 202 120 152 0 46 22 61 511 30 51
Binary 10000010 1010000 1101010 0 100110 10010 110001 101001001 11000 101001

Color Harmonies of #82506A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82506A

Black with #82506A

Text Example


Text Example

White with #82506A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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