Shades of Slate Blue #7265DA
Tints of Slate Blue #7265DA
RGB
CMYK
RGB Variations
Color information
#7265DA (or 0x7265DA) is known color: Slate Blue. HEX triplet: 72, 65 and DA. RGB value is (114,101,218). Sum of RGB (Red+Green+Blue) = 114+101+218=433 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.33% from 433); Green value is 101 (39.84% from 255 or 23.33% from 433); Blue value is 218 (85.55% from 255 or 50.35% from 433); Max value from RGB is 218 - color contains mainly: blue. Hex color #7265DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7265DA is #8D9A25. Grayscale: #757575. Windows color (decimal): -9280038 or 14312818. OLE color: 14312818.
HSL color Cylindrical-coordinate representation of color #7265DA: hue angle of 246.67º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7265DA is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 114 | 101 | 218 | - |
| CMYK | 0.48 | 0.54 | 0 | 0.15 |
| HSL | 246.67º | 0.61% | 0.63% | - |
| HSV(B) | 246.67º | 0.54% | 0.85% | - |
| XYZ | 24.25 | 17.95 | 68.52 | - |
| YUV | 118.23 | 184.31 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 101 | 218 | 0.48 | 0.54 | 0 | 0.15 | 246.67 | 0.61 | 0.63 |
| Hex | 72 | 65 | DA | 30 | 36 | 0 | F | F7 | 3D | 3F |
| Octal | 162 | 145 | 332 | 60 | 66 | 0 | 17 | 367 | 75 | 77 |
| Binary | 1110010 | 1100101 | 11011010 | 110000 | 110110 | 0 | 1111 | 11110111 | 111101 | 111111 |
Color Harmonies of #7265DA
Complementary color
Monochromatic Colors of #7265DA
Black with #7265DA
Text Example
Text Example
White with #7265DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7265DA; }
p { color: rgb(114,101,218); }
H1.HeaderClassName
{
color: #7265DA;
}
.AnyTagClassName
{
color: #7265DA;
}
</style>
background-color css
<style>
a { background-color: #7265DA; }
a { background-color: rgb(114,101,218); }
div.DivClassName
{
background-color: #7265DA;
}
.BgClassName
{
background-color: #7265DA;
}
</style>
border-color css
<style>
span { border-color: #7265DA; }
span { border-color: rgb(114,101,218); }
td.TdClassName
{
border-color: #7265DA;
}
.TagClassName
{
border-color: #7265DA;
}
</style>