Shades of Slate Blue #7265DB
Tints of Slate Blue #7265DB
RGB
CMYK
RGB Variations
Color information
#7265DB (or 0x7265DB) is known color: Slate Blue. HEX triplet: 72, 65 and DB. RGB value is (114,101,219). Sum of RGB (Red+Green+Blue) = 114+101+219=434 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.27% from 434); Green value is 101 (39.84% from 255 or 23.27% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #7265DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7265DB is #8D9A24. Grayscale: #757575. Windows color (decimal): -9280037 or 14378354. OLE color: 14378354.
HSL color Cylindrical-coordinate representation of color #7265DB: hue angle of 246.61º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7265DB is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 101 | 219 | - |
| CMYK | 0.48 | 0.54 | 0 | 0.14 |
| HSL | 246.61º | 0.62% | 0.63% | - |
| HSV(B) | 246.61º | 0.54% | 0.86% | - |
| XYZ | 24.38 | 18 | 69.21 | - |
| YUV | 118.34 | 184.81 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 101 | 219 | 0.48 | 0.54 | 0 | 0.14 | 246.61 | 0.62 | 0.63 |
| Hex | 72 | 65 | DB | 30 | 36 | 0 | E | F7 | 3E | 3F |
| Octal | 162 | 145 | 333 | 60 | 66 | 0 | 16 | 367 | 76 | 77 |
| Binary | 1110010 | 1100101 | 11011011 | 110000 | 110110 | 0 | 1110 | 11110111 | 111110 | 111111 |
Color Harmonies of #7265DB
Complementary color
Monochromatic Colors of #7265DB
Black with #7265DB
Text Example
Text Example
White with #7265DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7265DB; }
p { color: rgb(114,101,219); }
H1.HeaderClassName
{
color: #7265DB;
}
.AnyTagClassName
{
color: #7265DB;
}
</style>
background-color css
<style>
a { background-color: #7265DB; }
a { background-color: rgb(114,101,219); }
div.DivClassName
{
background-color: #7265DB;
}
.BgClassName
{
background-color: #7265DB;
}
</style>
border-color css
<style>
span { border-color: #7265DB; }
span { border-color: rgb(114,101,219); }
td.TdClassName
{
border-color: #7265DB;
}
.TagClassName
{
border-color: #7265DB;
}
</style>