Shades of Slate Blue #7265D6
Tints of Slate Blue #7265D6
RGB
CMYK
RGB Variations
Color information
#7265D6 (or 0x7265D6) is known color: Slate Blue. HEX triplet: 72, 65 and D6. RGB value is (114,101,214). Sum of RGB (Red+Green+Blue) = 114+101+214=429 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.57% from 429); Green value is 101 (39.84% from 255 or 23.54% from 429); Blue value is 214 (83.98% from 255 or 49.88% from 429); Max value from RGB is 214 - color contains mainly: blue. Hex color #7265D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7265D6 is #8D9A29. Grayscale: #757575. Windows color (decimal): -9280042 or 14050674. OLE color: 14050674.
HSL color Cylindrical-coordinate representation of color #7265D6: hue angle of 246.9º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7265D6 is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 114 | 101 | 214 | - |
| CMYK | 0.47 | 0.53 | 0 | 0.16 |
| HSL | 246.9º | 0.58% | 0.62% | - |
| HSV(B) | 246.9º | 0.53% | 0.84% | - |
| XYZ | 23.73 | 17.74 | 65.79 | - |
| YUV | 117.77 | 182.31 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 101 | 214 | 0.47 | 0.53 | 0 | 0.16 | 246.9 | 0.58 | 0.62 |
| Hex | 72 | 65 | D6 | 2F | 35 | 0 | 10 | F7 | 3A | 3E |
| Octal | 162 | 145 | 326 | 57 | 65 | 0 | 20 | 367 | 72 | 76 |
| Binary | 1110010 | 1100101 | 11010110 | 101111 | 110101 | 0 | 10000 | 11110111 | 111010 | 111110 |
Color Harmonies of #7265D6
Complementary color
Monochromatic Colors of #7265D6
Black with #7265D6
Text Example
Text Example
White with #7265D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7265D6; }
p { color: rgb(114,101,214); }
H1.HeaderClassName
{
color: #7265D6;
}
.AnyTagClassName
{
color: #7265D6;
}
</style>
background-color css
<style>
a { background-color: #7265D6; }
a { background-color: rgb(114,101,214); }
div.DivClassName
{
background-color: #7265D6;
}
.BgClassName
{
background-color: #7265D6;
}
</style>
border-color css
<style>
span { border-color: #7265D6; }
span { border-color: rgb(114,101,214); }
td.TdClassName
{
border-color: #7265D6;
}
.TagClassName
{
border-color: #7265D6;
}
</style>