Shades of Slate Blue #7265D0
Tints of Slate Blue #7265D0
RGB
CMYK
RGB Variations
Color information
#7265D0 (or 0x7265D0) is known color: Slate Blue. HEX triplet: 72, 65 and D0. RGB value is (114,101,208). Sum of RGB (Red+Green+Blue) = 114+101+208=423 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.95% from 423); Green value is 101 (39.84% from 255 or 23.88% from 423); Blue value is 208 (81.64% from 255 or 49.17% from 423); Max value from RGB is 208 - color contains mainly: blue. Hex color #7265D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7265D0 is #8D9A2F. Grayscale: #747474. Windows color (decimal): -9280048 or 13657458. OLE color: 13657458.
HSL color Cylindrical-coordinate representation of color #7265D0: hue angle of 247.29º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7265D0 is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 114 | 101 | 208 | - |
| CMYK | 0.45 | 0.51 | 0 | 0.18 |
| HSL | 247.29º | 0.53% | 0.61% | - |
| HSV(B) | 247.29º | 0.51% | 0.82% | - |
| XYZ | 22.98 | 17.44 | 61.83 | - |
| YUV | 117.09 | 179.31 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 101 | 208 | 0.45 | 0.51 | 0 | 0.18 | 247.29 | 0.53 | 0.61 |
| Hex | 72 | 65 | D0 | 2D | 33 | 0 | 12 | F7 | 35 | 3D |
| Octal | 162 | 145 | 320 | 55 | 63 | 0 | 22 | 367 | 65 | 75 |
| Binary | 1110010 | 1100101 | 11010000 | 101101 | 110011 | 0 | 10010 | 11110111 | 110101 | 111101 |
Color Harmonies of #7265D0
Complementary color
Monochromatic Colors of #7265D0
Black with #7265D0
Text Example
Text Example
White with #7265D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7265D0; }
p { color: rgb(114,101,208); }
H1.HeaderClassName
{
color: #7265D0;
}
.AnyTagClassName
{
color: #7265D0;
}
</style>
background-color css
<style>
a { background-color: #7265D0; }
a { background-color: rgb(114,101,208); }
div.DivClassName
{
background-color: #7265D0;
}
.BgClassName
{
background-color: #7265D0;
}
</style>
border-color css
<style>
span { border-color: #7265D0; }
span { border-color: rgb(114,101,208); }
td.TdClassName
{
border-color: #7265D0;
}
.TagClassName
{
border-color: #7265D0;
}
</style>