Shades of Slate Blue #7468CF
Tints of Slate Blue #7468CF
RGB
CMYK
RGB Variations
Color information
#7468CF (or 0x7468CF) is known color: Slate Blue. HEX triplet: 74, 68 and CF. RGB value is (116,104,207). Sum of RGB (Red+Green+Blue) = 116+104+207=427 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.17% from 427); Green value is 104 (41.02% from 255 or 24.36% from 427); Blue value is 207 (81.25% from 255 or 48.48% from 427); Max value from RGB is 207 - color contains mainly: blue. Hex color #7468CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7468CF is #8B9730. Grayscale: #767676. Windows color (decimal): -9148209 or 13592692. OLE color: 13592692.
HSL color Cylindrical-coordinate representation of color #7468CF: hue angle of 246.99º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7468CF is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 104 | 207 | - |
| CMYK | 0.44 | 0.50 | 0 | 0.19 |
| HSL | 246.99º | 0.52% | 0.61% | - |
| HSV(B) | 246.99º | 0.5% | 0.81% | - |
| XYZ | 23.42 | 18.12 | 61.29 | - |
| YUV | 119.33 | 177.48 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 104 | 207 | 0.44 | 0.50 | 0 | 0.19 | 246.99 | 0.52 | 0.61 |
| Hex | 74 | 68 | CF | 2C | 32 | 0 | 13 | F7 | 34 | 3D |
| Octal | 164 | 150 | 317 | 54 | 62 | 0 | 23 | 367 | 64 | 75 |
| Binary | 1110100 | 1101000 | 11001111 | 101100 | 110010 | 0 | 10011 | 11110111 | 110100 | 111101 |
Color Harmonies of #7468CF
Complementary color
Monochromatic Colors of #7468CF
Black with #7468CF
Text Example
Text Example
White with #7468CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7468CF; }
p { color: rgb(116,104,207); }
H1.HeaderClassName
{
color: #7468CF;
}
.AnyTagClassName
{
color: #7468CF;
}
</style>
background-color css
<style>
a { background-color: #7468CF; }
a { background-color: rgb(116,104,207); }
div.DivClassName
{
background-color: #7468CF;
}
.BgClassName
{
background-color: #7468CF;
}
</style>
border-color css
<style>
span { border-color: #7468CF; }
span { border-color: rgb(116,104,207); }
td.TdClassName
{
border-color: #7468CF;
}
.TagClassName
{
border-color: #7468CF;
}
</style>