Shades of Slate Blue #654AEA
Tints of Slate Blue #654AEA
RGB
CMYK
RGB Variations
Color information
#654AEA (or 0x654AEA) is known color: Slate Blue. HEX triplet: 65, 4A and EA. RGB value is (101,74,234). Sum of RGB (Red+Green+Blue) = 101+74+234=409 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.69% from 409); Green value is 74 (29.30% from 255 or 18.09% from 409); Blue value is 234 (91.80% from 255 or 57.21% from 409); Max value from RGB is 234 - color contains mainly: blue. Hex color #654AEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #654AEA is #9AB515. Grayscale: #636363. Windows color (decimal): -10138902 or 15354469. OLE color: 15354469.
HSL color Cylindrical-coordinate representation of color #654AEA: hue angle of 250.12º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #654AEA is Cyan = 0.57, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 101 | 74 | 234 | - |
| CMYK | 0.57 | 0.68 | 0 | 0.08 |
| HSL | 250.13º | 0.79% | 0.6% | - |
| HSV(B) | 250.13º | 0.68% | 0.92% | - |
| XYZ | 22.67 | 13.6 | 79.27 | - |
| YUV | 100.31 | 203.45 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 74 | 234 | 0.57 | 0.68 | 0 | 0.08 | 250.13 | 0.79 | 0.6 |
| Hex | 65 | 4A | EA | 39 | 44 | 0 | 8 | FA | 4F | 3C |
| Octal | 145 | 112 | 352 | 71 | 104 | 0 | 10 | 372 | 117 | 74 |
| Binary | 1100101 | 1001010 | 11101010 | 111001 | 1000100 | 0 | 1000 | 11111010 | 1001111 | 111100 |
Color Harmonies of #654AEA
Complementary color
Monochromatic Colors of #654AEA
Black with #654AEA
Text Example
Text Example
White with #654AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654AEA; }
p { color: rgb(101,74,234); }
H1.HeaderClassName
{
color: #654AEA;
}
.AnyTagClassName
{
color: #654AEA;
}
</style>
background-color css
<style>
a { background-color: #654AEA; }
a { background-color: rgb(101,74,234); }
div.DivClassName
{
background-color: #654AEA;
}
.BgClassName
{
background-color: #654AEA;
}
</style>
border-color css
<style>
span { border-color: #654AEA; }
span { border-color: rgb(101,74,234); }
td.TdClassName
{
border-color: #654AEA;
}
.TagClassName
{
border-color: #654AEA;
}
</style>