Shades of Slate Blue #654ECB
Tints of Slate Blue #654ECB
RGB
CMYK
RGB Variations
Color information
#654ECB (or 0x654ECB) is known color: Slate Blue. HEX triplet: 65, 4E and CB. RGB value is (101,78,203). Sum of RGB (Red+Green+Blue) = 101+78+203=382 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.44% from 382); Green value is 78 (30.86% from 255 or 20.42% from 382); Blue value is 203 (79.69% from 255 or 53.14% from 382); Max value from RGB is 203 - color contains mainly: blue. Hex color #654ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #654ECB is #9AB134. Grayscale: #626262. Windows color (decimal): -10137909 or 13323877. OLE color: 13323877.
HSL color Cylindrical-coordinate representation of color #654ECB: hue angle of 251.04º 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 #654ECB is Cyan = 0.50, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 101 | 78 | 203 | - |
| CMYK | 0.50 | 0.62 | 0 | 0.20 |
| HSL | 251.04º | 0.55% | 0.55% | - |
| HSV(B) | 251.04º | 0.62% | 0.8% | - |
| XYZ | 18.87 | 12.53 | 57.92 | - |
| YUV | 99.13 | 186.62 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 78 | 203 | 0.50 | 0.62 | 0 | 0.20 | 251.04 | 0.55 | 0.55 |
| Hex | 65 | 4E | CB | 32 | 3E | 0 | 14 | FB | 37 | 37 |
| Octal | 145 | 116 | 313 | 62 | 76 | 0 | 24 | 373 | 67 | 67 |
| Binary | 1100101 | 1001110 | 11001011 | 110010 | 111110 | 0 | 10100 | 11111011 | 110111 | 110111 |
Color Harmonies of #654ECB
Complementary color
Monochromatic Colors of #654ECB
Black with #654ECB
Text Example
Text Example
White with #654ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654ECB; }
p { color: rgb(101,78,203); }
H1.HeaderClassName
{
color: #654ECB;
}
.AnyTagClassName
{
color: #654ECB;
}
</style>
background-color css
<style>
a { background-color: #654ECB; }
a { background-color: rgb(101,78,203); }
div.DivClassName
{
background-color: #654ECB;
}
.BgClassName
{
background-color: #654ECB;
}
</style>
border-color css
<style>
span { border-color: #654ECB; }
span { border-color: rgb(101,78,203); }
td.TdClassName
{
border-color: #654ECB;
}
.TagClassName
{
border-color: #654ECB;
}
</style>