Shades of Slate Blue #7465CE
Tints of Slate Blue #7465CE
RGB
CMYK
RGB Variations
Color information
#7465CE (or 0x7465CE) is known color: Slate Blue. HEX triplet: 74, 65 and CE. RGB value is (116,101,206). Sum of RGB (Red+Green+Blue) = 116+101+206=423 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.42% from 423); Green value is 101 (39.84% from 255 or 23.88% from 423); Blue value is 206 (80.86% from 255 or 48.70% from 423); Max value from RGB is 206 - color contains mainly: blue. Hex color #7465CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7465CE is #8B9A31. Grayscale: #757575. Windows color (decimal): -9148978 or 13526388. OLE color: 13526388.
HSL color Cylindrical-coordinate representation of color #7465CE: hue angle of 248.57º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7465CE is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 101 | 206 | - |
| CMYK | 0.44 | 0.51 | 0 | 0.19 |
| HSL | 248.57º | 0.52% | 0.6% | - |
| HSV(B) | 248.57º | 0.51% | 0.81% | - |
| XYZ | 23 | 17.48 | 60.55 | - |
| YUV | 117.46 | 177.97 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 101 | 206 | 0.44 | 0.51 | 0 | 0.19 | 248.57 | 0.52 | 0.6 |
| Hex | 74 | 65 | CE | 2C | 33 | 0 | 13 | F9 | 34 | 3C |
| Octal | 164 | 145 | 316 | 54 | 63 | 0 | 23 | 371 | 64 | 74 |
| Binary | 1110100 | 1100101 | 11001110 | 101100 | 110011 | 0 | 10011 | 11111001 | 110100 | 111100 |
Color Harmonies of #7465CE
Complementary color
Monochromatic Colors of #7465CE
Black with #7465CE
Text Example
Text Example
White with #7465CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7465CE; }
p { color: rgb(116,101,206); }
H1.HeaderClassName
{
color: #7465CE;
}
.AnyTagClassName
{
color: #7465CE;
}
</style>
background-color css
<style>
a { background-color: #7465CE; }
a { background-color: rgb(116,101,206); }
div.DivClassName
{
background-color: #7465CE;
}
.BgClassName
{
background-color: #7465CE;
}
</style>
border-color css
<style>
span { border-color: #7465CE; }
span { border-color: rgb(116,101,206); }
td.TdClassName
{
border-color: #7465CE;
}
.TagClassName
{
border-color: #7465CE;
}
</style>