Shades of Slate Blue #734DCB
Tints of Slate Blue #734DCB
RGB
CMYK
RGB Variations
Color information
#734DCB (or 0x734DCB) is known color: Slate Blue. HEX triplet: 73, 4D and CB. RGB value is (115,77,203). Sum of RGB (Red+Green+Blue) = 115+77+203=395 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.11% from 395); Green value is 77 (30.47% from 255 or 19.49% 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 #734DCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #734DCB is #8CB234. Grayscale: #666666. Windows color (decimal): -9220661 or 13323635. OLE color: 13323635.
HSL color Cylindrical-coordinate representation of color #734DCB: hue angle of 258.1º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #734DCB is Cyan = 0.43, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 115 | 77 | 203 | - |
| CMYK | 0.43 | 0.62 | 0 | 0.20 |
| HSL | 258.1º | 0.55% | 0.55% | - |
| HSV(B) | 258.1º | 0.62% | 0.8% | - |
| XYZ | 20.5 | 13.26 | 57.98 | - |
| YUV | 102.73 | 184.59 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 77 | 203 | 0.43 | 0.62 | 0 | 0.20 | 258.1 | 0.55 | 0.55 |
| Hex | 73 | 4D | CB | 2B | 3E | 0 | 14 | 102 | 37 | 37 |
| Octal | 163 | 115 | 313 | 53 | 76 | 0 | 24 | 402 | 67 | 67 |
| Binary | 1110011 | 1001101 | 11001011 | 101011 | 111110 | 0 | 10100 | 100000010 | 110111 | 110111 |
Color Harmonies of #734DCB
Complementary color
Monochromatic Colors of #734DCB
Black with #734DCB
Text Example
Text Example
White with #734DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734DCB; }
p { color: rgb(115,77,203); }
H1.HeaderClassName
{
color: #734DCB;
}
.AnyTagClassName
{
color: #734DCB;
}
</style>
background-color css
<style>
a { background-color: #734DCB; }
a { background-color: rgb(115,77,203); }
div.DivClassName
{
background-color: #734DCB;
}
.BgClassName
{
background-color: #734DCB;
}
</style>
border-color css
<style>
span { border-color: #734DCB; }
span { border-color: rgb(115,77,203); }
td.TdClassName
{
border-color: #734DCB;
}
.TagClassName
{
border-color: #734DCB;
}
</style>