Shades of Slate Blue #5241C7
Tints of Slate Blue #5241C7
RGB
CMYK
RGB Variations
Color information
#5241C7 (or 0x5241C7) is known color: Slate Blue. HEX triplet: 52, 41 and C7. RGB value is (82,65,199). Sum of RGB (Red+Green+Blue) = 82+65+199=346 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.70% from 346); Green value is 65 (25.78% from 255 or 18.79% from 346); Blue value is 199 (78.12% from 255 or 57.51% from 346); Max value from RGB is 199 - color contains mainly: blue. Hex color #5241C7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5241C7 is #ADBE38. Grayscale: #545454. Windows color (decimal): -11386425 or 13058386. OLE color: 13058386.
HSL color Cylindrical-coordinate representation of color #5241C7: hue angle of 247.61º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5241C7 is Cyan = 0.59, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 82 | 65 | 199 | - |
| CMYK | 0.59 | 0.67 | 0 | 0.22 |
| HSL | 247.61º | 0.54% | 0.52% | - |
| HSV(B) | 247.61º | 0.67% | 0.78% | - |
| XYZ | 15.68 | 9.7 | 55.08 | - |
| YUV | 85.36 | 192.13 | 125.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 65 | 199 | 0.59 | 0.67 | 0 | 0.22 | 247.61 | 0.54 | 0.52 |
| Hex | 52 | 41 | C7 | 3B | 43 | 0 | 16 | F8 | 36 | 34 |
| Octal | 122 | 101 | 307 | 73 | 103 | 0 | 26 | 370 | 66 | 64 |
| Binary | 1010010 | 1000001 | 11000111 | 111011 | 1000011 | 0 | 10110 | 11111000 | 110110 | 110100 |
Color Harmonies of #5241C7
Complementary color
Monochromatic Colors of #5241C7
Black with #5241C7
Text Example
Text Example
White with #5241C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5241C7; }
p { color: rgb(82,65,199); }
H1.HeaderClassName
{
color: #5241C7;
}
.AnyTagClassName
{
color: #5241C7;
}
</style>
background-color css
<style>
a { background-color: #5241C7; }
a { background-color: rgb(82,65,199); }
div.DivClassName
{
background-color: #5241C7;
}
.BgClassName
{
background-color: #5241C7;
}
</style>
border-color css
<style>
span { border-color: #5241C7; }
span { border-color: rgb(82,65,199); }
td.TdClassName
{
border-color: #5241C7;
}
.TagClassName
{
border-color: #5241C7;
}
</style>