Shades of Studio #823AB7
Tints of Studio #823AB7
RGB
CMYK
RGB Variations
Color information
#823AB7 (or 0x823AB7) is known color: Studio. HEX triplet: 82, 3A and B7. RGB value is (130,58,183). Sum of RGB (Red+Green+Blue) = 130+58+183=371 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.04% from 371); Green value is 58 (23.05% from 255 or 15.63% from 371); Blue value is 183 (71.88% from 255 or 49.33% from 371); Max value from RGB is 183 - color contains mainly: blue. Hex color #823AB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #823AB7 is #7DC548. Grayscale: #5D5D5D. Windows color (decimal): -8242505 or 12008066. OLE color: 12008066.
HSL color Cylindrical-coordinate representation of color #823AB7: hue angle of 274.56º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #823AB7 is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 130 | 58 | 183 | - |
| CMYK | 0.29 | 0.68 | 0 | 0.28 |
| HSL | 274.56º | 0.52% | 0.47% | - |
| HSV(B) | 274.56º | 0.68% | 0.72% | - |
| XYZ | 19.27 | 11.19 | 45.94 | - |
| YUV | 93.78 | 178.35 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 58 | 183 | 0.29 | 0.68 | 0 | 0.28 | 274.56 | 0.52 | 0.47 |
| Hex | 82 | 3A | B7 | 1D | 44 | 0 | 1C | 113 | 34 | 2F |
| Octal | 202 | 72 | 267 | 35 | 104 | 0 | 34 | 423 | 64 | 57 |
| Binary | 10000010 | 111010 | 10110111 | 11101 | 1000100 | 0 | 11100 | 100010011 | 110100 | 101111 |
Color Harmonies of #823AB7
Complementary color
Monochromatic Colors of #823AB7
Black with #823AB7
Text Example
Text Example
White with #823AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823AB7; }
p { color: rgb(130,58,183); }
H1.HeaderClassName
{
color: #823AB7;
}
.AnyTagClassName
{
color: #823AB7;
}
</style>
background-color css
<style>
a { background-color: #823AB7; }
a { background-color: rgb(130,58,183); }
div.DivClassName
{
background-color: #823AB7;
}
.BgClassName
{
background-color: #823AB7;
}
</style>
border-color css
<style>
span { border-color: #823AB7; }
span { border-color: rgb(130,58,183); }
td.TdClassName
{
border-color: #823AB7;
}
.TagClassName
{
border-color: #823AB7;
}
</style>