Shades of Slate Blue #8150CF
Tints of Slate Blue #8150CF
RGB
CMYK
RGB Variations
Color information
#8150CF (or 0x8150CF) is known color: Slate Blue. HEX triplet: 81, 50 and CF. RGB value is (129,80,207). Sum of RGB (Red+Green+Blue) = 129+80+207=416 (55% of max value = 765). Red value is 129 (50.78% from 255 or 31.01% from 416); Green value is 80 (31.64% from 255 or 19.23% from 416); Blue value is 207 (81.25% from 255 or 49.76% from 416); Max value from RGB is 207 - color contains mainly: blue. Hex color #8150CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8150CF is #7EAF30. Grayscale: #6C6C6C. Windows color (decimal): -8302385 or 13586561. OLE color: 13586561.
HSL color Cylindrical-coordinate representation of color #8150CF: hue angle of 263.15º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8150CF is Cyan = 0.38, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 129 | 80 | 207 | - |
| CMYK | 0.38 | 0.61 | 0 | 0.19 |
| HSL | 263.15º | 0.57% | 0.56% | - |
| HSV(B) | 263.15º | 0.61% | 0.81% | - |
| XYZ | 23.18 | 14.91 | 60.69 | - |
| YUV | 109.13 | 183.23 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 80 | 207 | 0.38 | 0.61 | 0 | 0.19 | 263.15 | 0.57 | 0.56 |
| Hex | 81 | 50 | CF | 26 | 3D | 0 | 13 | 107 | 39 | 38 |
| Octal | 201 | 120 | 317 | 46 | 75 | 0 | 23 | 407 | 71 | 70 |
| Binary | 10000001 | 1010000 | 11001111 | 100110 | 111101 | 0 | 10011 | 100000111 | 111001 | 111000 |
Color Harmonies of #8150CF
Complementary color
Monochromatic Colors of #8150CF
Black with #8150CF
Text Example
Text Example
White with #8150CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8150CF; }
p { color: rgb(129,80,207); }
H1.HeaderClassName
{
color: #8150CF;
}
.AnyTagClassName
{
color: #8150CF;
}
</style>
background-color css
<style>
a { background-color: #8150CF; }
a { background-color: rgb(129,80,207); }
div.DivClassName
{
background-color: #8150CF;
}
.BgClassName
{
background-color: #8150CF;
}
</style>
border-color css
<style>
span { border-color: #8150CF; }
span { border-color: rgb(129,80,207); }
td.TdClassName
{
border-color: #8150CF;
}
.TagClassName
{
border-color: #8150CF;
}
</style>