Shades of Slate Blue #7465C6
Tints of Slate Blue #7465C6
RGB
CMYK
RGB Variations
Color information
#7465C6 (or 0x7465C6) is known color: Slate Blue. HEX triplet: 74, 65 and C6. RGB value is (116,101,198). Sum of RGB (Red+Green+Blue) = 116+101+198=415 (54% of max value = 765). Red value is 116 (45.70% from 255 or 27.95% from 415); Green value is 101 (39.84% from 255 or 24.34% from 415); Blue value is 198 (77.73% from 255 or 47.71% from 415); Max value from RGB is 198 - color contains mainly: blue. Hex color #7465C6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7465C6 is #8B9A39. Grayscale: #747474. Windows color (decimal): -9148986 or 13002100. OLE color: 13002100.
HSL color Cylindrical-coordinate representation of color #7465C6: hue angle of 249.28º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7465C6 is Cyan = 0.41, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 116 | 101 | 198 | - |
| CMYK | 0.41 | 0.49 | 0 | 0.22 |
| HSL | 249.28º | 0.46% | 0.59% | - |
| HSV(B) | 249.28º | 0.49% | 0.78% | - |
| XYZ | 22.05 | 17.1 | 55.56 | - |
| YUV | 116.54 | 173.97 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 101 | 198 | 0.41 | 0.49 | 0 | 0.22 | 249.28 | 0.46 | 0.59 |
| Hex | 74 | 65 | C6 | 29 | 31 | 0 | 16 | F9 | 2E | 3B |
| Octal | 164 | 145 | 306 | 51 | 61 | 0 | 26 | 371 | 56 | 73 |
| Binary | 1110100 | 1100101 | 11000110 | 101001 | 110001 | 0 | 10110 | 11111001 | 101110 | 111011 |
Color Harmonies of #7465C6
Complementary color
Monochromatic Colors of #7465C6
Black with #7465C6
Text Example
Text Example
White with #7465C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7465C6; }
p { color: rgb(116,101,198); }
H1.HeaderClassName
{
color: #7465C6;
}
.AnyTagClassName
{
color: #7465C6;
}
</style>
background-color css
<style>
a { background-color: #7465C6; }
a { background-color: rgb(116,101,198); }
div.DivClassName
{
background-color: #7465C6;
}
.BgClassName
{
background-color: #7465C6;
}
</style>
border-color css
<style>
span { border-color: #7465C6; }
span { border-color: rgb(116,101,198); }
td.TdClassName
{
border-color: #7465C6;
}
.TagClassName
{
border-color: #7465C6;
}
</style>