Shades of Slate Blue #8152CC
Tints of Slate Blue #8152CC
RGB
CMYK
RGB Variations
Color information
#8152CC (or 0x8152CC) is known color: Slate Blue. HEX triplet: 81, 52 and CC. RGB value is (129,82,204). Sum of RGB (Red+Green+Blue) = 129+82+204=415 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.08% from 415); Green value is 82 (32.42% from 255 or 19.76% from 415); Blue value is 204 (80.08% from 255 or 49.16% from 415); Max value from RGB is 204 - color contains mainly: blue. Hex color #8152CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8152CC is #7EAD33. Grayscale: #6D6D6D. Windows color (decimal): -8301876 or 13390465. OLE color: 13390465.
HSL color Cylindrical-coordinate representation of color #8152CC: hue angle of 263.11º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8152CC is Cyan = 0.37, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 129 | 82 | 204 | - |
| CMYK | 0.37 | 0.60 | 0 | 0.2 |
| HSL | 263.11º | 0.54% | 0.56% | - |
| HSV(B) | 263.11º | 0.6% | 0.8% | - |
| XYZ | 22.97 | 15.06 | 58.82 | - |
| YUV | 109.96 | 181.07 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 82 | 204 | 0.37 | 0.60 | 0 | 0.2 | 263.11 | 0.54 | 0.56 |
| Hex | 81 | 52 | CC | 25 | 3C | 0 | 14 | 107 | 36 | 38 |
| Octal | 201 | 122 | 314 | 45 | 74 | 0 | 24 | 407 | 66 | 70 |
| Binary | 10000001 | 1010010 | 11001100 | 100101 | 111100 | 0 | 10100 | 100000111 | 110110 | 111000 |
Color Harmonies of #8152CC
Complementary color
Monochromatic Colors of #8152CC
Black with #8152CC
Text Example
Text Example
White with #8152CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8152CC; }
p { color: rgb(129,82,204); }
H1.HeaderClassName
{
color: #8152CC;
}
.AnyTagClassName
{
color: #8152CC;
}
</style>
background-color css
<style>
a { background-color: #8152CC; }
a { background-color: rgb(129,82,204); }
div.DivClassName
{
background-color: #8152CC;
}
.BgClassName
{
background-color: #8152CC;
}
</style>
border-color css
<style>
span { border-color: #8152CC; }
span { border-color: rgb(129,82,204); }
td.TdClassName
{
border-color: #8152CC;
}
.TagClassName
{
border-color: #8152CC;
}
</style>