Shades of Slate Blue #654BE3
Tints of Slate Blue #654BE3
RGB
CMYK
RGB Variations
Color information
#654BE3 (or 0x654BE3) is known color: Slate Blue. HEX triplet: 65, 4B and E3. RGB value is (101,75,227). Sum of RGB (Red+Green+Blue) = 101+75+227=403 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.06% from 403); Green value is 75 (29.69% from 255 or 18.61% from 403); Blue value is 227 (89.06% from 255 or 56.33% from 403); Max value from RGB is 227 - color contains mainly: blue. Hex color #654BE3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #654BE3 is #9AB41C. Grayscale: #636363. Windows color (decimal): -10138653 or 14895973. OLE color: 14895973.
HSL color Cylindrical-coordinate representation of color #654BE3: hue angle of 250.26º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #654BE3 is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 101 | 75 | 227 | - |
| CMYK | 0.56 | 0.67 | 0 | 0.11 |
| HSL | 250.26º | 0.73% | 0.59% | - |
| HSV(B) | 250.26º | 0.67% | 0.89% | - |
| XYZ | 21.75 | 13.34 | 74.1 | - |
| YUV | 100.1 | 199.61 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 75 | 227 | 0.56 | 0.67 | 0 | 0.11 | 250.26 | 0.73 | 0.59 |
| Hex | 65 | 4B | E3 | 38 | 43 | 0 | B | FA | 49 | 3B |
| Octal | 145 | 113 | 343 | 70 | 103 | 0 | 13 | 372 | 111 | 73 |
| Binary | 1100101 | 1001011 | 11100011 | 111000 | 1000011 | 0 | 1011 | 11111010 | 1001001 | 111011 |
Color Harmonies of #654BE3
Complementary color
Monochromatic Colors of #654BE3
Black with #654BE3
Text Example
Text Example
White with #654BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654BE3; }
p { color: rgb(101,75,227); }
H1.HeaderClassName
{
color: #654BE3;
}
.AnyTagClassName
{
color: #654BE3;
}
</style>
background-color css
<style>
a { background-color: #654BE3; }
a { background-color: rgb(101,75,227); }
div.DivClassName
{
background-color: #654BE3;
}
.BgClassName
{
background-color: #654BE3;
}
</style>
border-color css
<style>
span { border-color: #654BE3; }
span { border-color: rgb(101,75,227); }
td.TdClassName
{
border-color: #654BE3;
}
.TagClassName
{
border-color: #654BE3;
}
</style>