Shades of Slate Blue #7265D8
Tints of Slate Blue #7265D8
RGB
CMYK
RGB Variations
Color information
#7265D8 (or 0x7265D8) is known color: Slate Blue. HEX triplet: 72, 65 and D8. RGB value is (114,101,216). Sum of RGB (Red+Green+Blue) = 114+101+216=431 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.45% from 431); Green value is 101 (39.84% from 255 or 23.43% from 431); Blue value is 216 (84.77% from 255 or 50.12% from 431); Max value from RGB is 216 - color contains mainly: blue. Hex color #7265D8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7265D8 is #8D9A27. Grayscale: #757575. Windows color (decimal): -9280040 or 14181746. OLE color: 14181746.
HSL color Cylindrical-coordinate representation of color #7265D8: hue angle of 246.78º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7265D8 is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 114 | 101 | 216 | - |
| CMYK | 0.47 | 0.53 | 0 | 0.15 |
| HSL | 246.78º | 0.6% | 0.62% | - |
| HSV(B) | 246.78º | 0.53% | 0.85% | - |
| XYZ | 23.99 | 17.84 | 67.15 | - |
| YUV | 118 | 183.31 | 125.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 101 | 216 | 0.47 | 0.53 | 0 | 0.15 | 246.78 | 0.6 | 0.62 |
| Hex | 72 | 65 | D8 | 2F | 35 | 0 | F | F7 | 3C | 3E |
| Octal | 162 | 145 | 330 | 57 | 65 | 0 | 17 | 367 | 74 | 76 |
| Binary | 1110010 | 1100101 | 11011000 | 101111 | 110101 | 0 | 1111 | 11110111 | 111100 | 111110 |
Color Harmonies of #7265D8
Complementary color
Monochromatic Colors of #7265D8
Black with #7265D8
Text Example
Text Example
White with #7265D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7265D8; }
p { color: rgb(114,101,216); }
H1.HeaderClassName
{
color: #7265D8;
}
.AnyTagClassName
{
color: #7265D8;
}
</style>
background-color css
<style>
a { background-color: #7265D8; }
a { background-color: rgb(114,101,216); }
div.DivClassName
{
background-color: #7265D8;
}
.BgClassName
{
background-color: #7265D8;
}
</style>
border-color css
<style>
span { border-color: #7265D8; }
span { border-color: rgb(114,101,216); }
td.TdClassName
{
border-color: #7265D8;
}
.TagClassName
{
border-color: #7265D8;
}
</style>