Shades of Cosmic #82506C
Tints of Cosmic #82506C
RGB
CMYK
RGB Variations
Color information
#82506C (or 0x82506C) is known color: Cosmic. HEX triplet: 82, 50 and 6C. RGB value is (130,80,108). Sum of RGB (Red+Green+Blue) = 130+80+108=318 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.88% from 318); Green value is 80 (31.64% from 255 or 25.16% from 318); Blue value is 108 (42.58% from 255 or 33.96% from 318); Max value from RGB is 130 - color contains mainly: red. Hex color #82506C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82506C is #7DAF93. Grayscale: #626262. Windows color (decimal): -8236948 or 7098498. OLE color: 7098498.
HSL color Cylindrical-coordinate representation of color #82506C: hue angle of 326.4º 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 #82506C is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 80 | 108 | - |
| CMYK | 0 | 0.38 | 0.17 | 0.49 |
| HSL | 326.4º | 0.24% | 0.41% | - |
| HSV(B) | 326.4º | 0.38% | 0.51% | - |
| XYZ | 14.78 | 11.57 | 15.64 | - |
| YUV | 98.14 | 133.57 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 80 | 108 | 0 | 0.38 | 0.17 | 0.49 | 326.4 | 0.24 | 0.41 |
| Hex | 82 | 50 | 6C | 0 | 26 | 11 | 31 | 146 | 18 | 29 |
| Octal | 202 | 120 | 154 | 0 | 46 | 21 | 61 | 506 | 30 | 51 |
| Binary | 10000010 | 1010000 | 1101100 | 0 | 100110 | 10001 | 110001 | 101000110 | 11000 | 101001 |
Color Harmonies of #82506C
Complementary color
Monochromatic Colors of #82506C
Black with #82506C
Text Example
Text Example
White with #82506C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82506C; }
p { color: rgb(130,80,108); }
H1.HeaderClassName
{
color: #82506C;
}
.AnyTagClassName
{
color: #82506C;
}
</style>
background-color css
<style>
a { background-color: #82506C; }
a { background-color: rgb(130,80,108); }
div.DivClassName
{
background-color: #82506C;
}
.BgClassName
{
background-color: #82506C;
}
</style>
border-color css
<style>
span { border-color: #82506C; }
span { border-color: rgb(130,80,108); }
td.TdClassName
{
border-color: #82506C;
}
.TagClassName
{
border-color: #82506C;
}
</style>