Shades of Slate Blue #7461CB
Tints of Slate Blue #7461CB
RGB
CMYK
RGB Variations
Color information
#7461CB (or 0x7461CB) is known color: Slate Blue. HEX triplet: 74, 61 and CB. RGB value is (116,97,203). Sum of RGB (Red+Green+Blue) = 116+97+203=416 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.88% from 416); Green value is 97 (38.28% from 255 or 23.32% from 416); Blue value is 203 (79.69% from 255 or 48.80% from 416); Max value from RGB is 203 - color contains mainly: blue. Hex color #7461CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7461CB is #8B9E34. Grayscale: #727272. Windows color (decimal): -9150005 or 13328756. OLE color: 13328756.
HSL color Cylindrical-coordinate representation of color #7461CB: hue angle of 250.75º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7461CB is Cyan = 0.43, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 116 | 97 | 203 | - |
| CMYK | 0.43 | 0.52 | 0 | 0.20 |
| HSL | 250.75º | 0.5% | 0.59% | - |
| HSV(B) | 250.75º | 0.52% | 0.8% | - |
| XYZ | 22.26 | 16.57 | 58.53 | - |
| YUV | 114.77 | 177.79 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 97 | 203 | 0.43 | 0.52 | 0 | 0.20 | 250.75 | 0.5 | 0.59 |
| Hex | 74 | 61 | CB | 2B | 34 | 0 | 14 | FB | 32 | 3B |
| Octal | 164 | 141 | 313 | 53 | 64 | 0 | 24 | 373 | 62 | 73 |
| Binary | 1110100 | 1100001 | 11001011 | 101011 | 110100 | 0 | 10100 | 11111011 | 110010 | 111011 |
Color Harmonies of #7461CB
Complementary color
Monochromatic Colors of #7461CB
Black with #7461CB
Text Example
Text Example
White with #7461CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7461CB; }
p { color: rgb(116,97,203); }
H1.HeaderClassName
{
color: #7461CB;
}
.AnyTagClassName
{
color: #7461CB;
}
</style>
background-color css
<style>
a { background-color: #7461CB; }
a { background-color: rgb(116,97,203); }
div.DivClassName
{
background-color: #7461CB;
}
.BgClassName
{
background-color: #7461CB;
}
</style>
border-color css
<style>
span { border-color: #7461CB; }
span { border-color: rgb(116,97,203); }
td.TdClassName
{
border-color: #7461CB;
}
.TagClassName
{
border-color: #7461CB;
}
</style>