Shades of Slate Blue #745CDE
Tints of Slate Blue #745CDE
RGB
CMYK
RGB Variations
Color information
#745CDE (or 0x745CDE) is known color: Slate Blue. HEX triplet: 74, 5C and DE. RGB value is (116,92,222). Sum of RGB (Red+Green+Blue) = 116+92+222=430 (56% of max value = 765). Red value is 116 (45.70% from 255 or 26.98% from 430); Green value is 92 (36.33% from 255 or 21.40% from 430); Blue value is 222 (87.11% from 255 or 51.63% from 430); Max value from RGB is 222 - color contains mainly: blue. Hex color #745CDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745CDE is #8BA321. Grayscale: #717171. Windows color (decimal): -9151266 or 14572660. OLE color: 14572660.
HSL color Cylindrical-coordinate representation of color #745CDE: hue angle of 251.08º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #745CDE is Cyan = 0.48, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 92 | 222 | - |
| CMYK | 0.48 | 0.59 | 0 | 0.13 |
| HSL | 251.08º | 0.66% | 0.62% | - |
| HSV(B) | 251.08º | 0.59% | 0.87% | - |
| XYZ | 24.21 | 16.64 | 71.04 | - |
| YUV | 114 | 188.95 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 92 | 222 | 0.48 | 0.59 | 0 | 0.13 | 251.08 | 0.66 | 0.62 |
| Hex | 74 | 5C | DE | 30 | 3B | 0 | D | FB | 42 | 3E |
| Octal | 164 | 134 | 336 | 60 | 73 | 0 | 15 | 373 | 102 | 76 |
| Binary | 1110100 | 1011100 | 11011110 | 110000 | 111011 | 0 | 1101 | 11111011 | 1000010 | 111110 |
Color Harmonies of #745CDE
Complementary color
Monochromatic Colors of #745CDE
Black with #745CDE
Text Example
Text Example
White with #745CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745CDE; }
p { color: rgb(116,92,222); }
H1.HeaderClassName
{
color: #745CDE;
}
.AnyTagClassName
{
color: #745CDE;
}
</style>
background-color css
<style>
a { background-color: #745CDE; }
a { background-color: rgb(116,92,222); }
div.DivClassName
{
background-color: #745CDE;
}
.BgClassName
{
background-color: #745CDE;
}
</style>
border-color css
<style>
span { border-color: #745CDE; }
span { border-color: rgb(116,92,222); }
td.TdClassName
{
border-color: #745CDE;
}
.TagClassName
{
border-color: #745CDE;
}
</style>