Shades of Slate Blue #754BCB
Tints of Slate Blue #754BCB
RGB
CMYK
RGB Variations
Color information
#754BCB (or 0x754BCB) is known color: Slate Blue. HEX triplet: 75, 4B and CB. RGB value is (117,75,203). Sum of RGB (Red+Green+Blue) = 117+75+203=395 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.62% from 395); Green value is 75 (29.69% from 255 or 18.99% from 395); Blue value is 203 (79.69% from 255 or 51.39% from 395); Max value from RGB is 203 - color contains mainly: blue. Hex color #754BCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #754BCB is #8AB434. Grayscale: #656565. Windows color (decimal): -9090101 or 13323125. OLE color: 13323125.
HSL color Cylindrical-coordinate representation of color #754BCB: hue angle of 259.69º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #754BCB is Cyan = 0.42, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 117 | 75 | 203 | - |
| CMYK | 0.42 | 0.63 | 0 | 0.20 |
| HSL | 259.69º | 0.55% | 0.55% | - |
| HSV(B) | 259.69º | 0.63% | 0.8% | - |
| XYZ | 20.63 | 13.13 | 57.95 | - |
| YUV | 102.15 | 184.91 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 75 | 203 | 0.42 | 0.63 | 0 | 0.20 | 259.69 | 0.55 | 0.55 |
| Hex | 75 | 4B | CB | 2A | 3F | 0 | 14 | 104 | 37 | 37 |
| Octal | 165 | 113 | 313 | 52 | 77 | 0 | 24 | 404 | 67 | 67 |
| Binary | 1110101 | 1001011 | 11001011 | 101010 | 111111 | 0 | 10100 | 100000100 | 110111 | 110111 |
Color Harmonies of #754BCB
Complementary color
Monochromatic Colors of #754BCB
Black with #754BCB
Text Example
Text Example
White with #754BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754BCB; }
p { color: rgb(117,75,203); }
H1.HeaderClassName
{
color: #754BCB;
}
.AnyTagClassName
{
color: #754BCB;
}
</style>
background-color css
<style>
a { background-color: #754BCB; }
a { background-color: rgb(117,75,203); }
div.DivClassName
{
background-color: #754BCB;
}
.BgClassName
{
background-color: #754BCB;
}
</style>
border-color css
<style>
span { border-color: #754BCB; }
span { border-color: rgb(117,75,203); }
td.TdClassName
{
border-color: #754BCB;
}
.TagClassName
{
border-color: #754BCB;
}
</style>