Shades of Slate Blue #654BE2
Tints of Slate Blue #654BE2
RGB
CMYK
RGB Variations
Color information
#654BE2 (or 0x654BE2) is known color: Slate Blue. HEX triplet: 65, 4B and E2. RGB value is (101,75,226). Sum of RGB (Red+Green+Blue) = 101+75+226=402 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.12% from 402); Green value is 75 (29.69% from 255 or 18.66% from 402); Blue value is 226 (88.67% from 255 or 56.22% from 402); Max value from RGB is 226 - color contains mainly: blue. Hex color #654BE2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #654BE2 is #9AB41D. Grayscale: #636363. Windows color (decimal): -10138654 or 14830437. OLE color: 14830437.
HSL color Cylindrical-coordinate representation of color #654BE2: hue angle of 250.33º degrees, saturation: 0.72, 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 #654BE2 is Cyan = 0.55, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 101 | 75 | 226 | - |
| CMYK | 0.55 | 0.67 | 0 | 0.11 |
| HSL | 250.33º | 0.72% | 0.59% | - |
| HSV(B) | 250.33º | 0.67% | 0.89% | - |
| XYZ | 21.61 | 13.29 | 73.38 | - |
| YUV | 99.99 | 199.11 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 75 | 226 | 0.55 | 0.67 | 0 | 0.11 | 250.33 | 0.72 | 0.59 |
| Hex | 65 | 4B | E2 | 37 | 43 | 0 | B | FA | 48 | 3B |
| Octal | 145 | 113 | 342 | 67 | 103 | 0 | 13 | 372 | 110 | 73 |
| Binary | 1100101 | 1001011 | 11100010 | 110111 | 1000011 | 0 | 1011 | 11111010 | 1001000 | 111011 |
Color Harmonies of #654BE2
Complementary color
Monochromatic Colors of #654BE2
Black with #654BE2
Text Example
Text Example
White with #654BE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654BE2; }
p { color: rgb(101,75,226); }
H1.HeaderClassName
{
color: #654BE2;
}
.AnyTagClassName
{
color: #654BE2;
}
</style>
background-color css
<style>
a { background-color: #654BE2; }
a { background-color: rgb(101,75,226); }
div.DivClassName
{
background-color: #654BE2;
}
.BgClassName
{
background-color: #654BE2;
}
</style>
border-color css
<style>
span { border-color: #654BE2; }
span { border-color: rgb(101,75,226); }
td.TdClassName
{
border-color: #654BE2;
}
.TagClassName
{
border-color: #654BE2;
}
</style>