Shades of Slate Blue #7265D4
Tints of Slate Blue #7265D4
RGB
CMYK
RGB Variations
Color information
#7265D4 (or 0x7265D4) is known color: Slate Blue. HEX triplet: 72, 65 and D4. RGB value is (114,101,212). Sum of RGB (Red+Green+Blue) = 114+101+212=427 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.70% from 427); Green value is 101 (39.84% from 255 or 23.65% from 427); Blue value is 212 (83.20% from 255 or 49.65% from 427); Max value from RGB is 212 - color contains mainly: blue. Hex color #7265D4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7265D4 is #8D9A2B. Grayscale: #757575. Windows color (decimal): -9280044 or 13919602. OLE color: 13919602.
HSL color Cylindrical-coordinate representation of color #7265D4: hue angle of 247.03º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7265D4 is Cyan = 0.46, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 114 | 101 | 212 | - |
| CMYK | 0.46 | 0.52 | 0 | 0.17 |
| HSL | 247.03º | 0.56% | 0.61% | - |
| HSV(B) | 247.03º | 0.52% | 0.83% | - |
| XYZ | 23.48 | 17.64 | 64.45 | - |
| YUV | 117.54 | 181.31 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 101 | 212 | 0.46 | 0.52 | 0 | 0.17 | 247.03 | 0.56 | 0.61 |
| Hex | 72 | 65 | D4 | 2E | 34 | 0 | 11 | F7 | 38 | 3D |
| Octal | 162 | 145 | 324 | 56 | 64 | 0 | 21 | 367 | 70 | 75 |
| Binary | 1110010 | 1100101 | 11010100 | 101110 | 110100 | 0 | 10001 | 11110111 | 111000 | 111101 |
Color Harmonies of #7265D4
Complementary color
Monochromatic Colors of #7265D4
Black with #7265D4
Text Example
Text Example
White with #7265D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7265D4; }
p { color: rgb(114,101,212); }
H1.HeaderClassName
{
color: #7265D4;
}
.AnyTagClassName
{
color: #7265D4;
}
</style>
background-color css
<style>
a { background-color: #7265D4; }
a { background-color: rgb(114,101,212); }
div.DivClassName
{
background-color: #7265D4;
}
.BgClassName
{
background-color: #7265D4;
}
</style>
border-color css
<style>
span { border-color: #7265D4; }
span { border-color: rgb(114,101,212); }
td.TdClassName
{
border-color: #7265D4;
}
.TagClassName
{
border-color: #7265D4;
}
</style>