Shades of Slate Blue #654EEA
Tints of Slate Blue #654EEA
RGB
CMYK
RGB Variations
Color information
#654EEA (or 0x654EEA) is known color: Slate Blue. HEX triplet: 65, 4E and EA. RGB value is (101,78,234). Sum of RGB (Red+Green+Blue) = 101+78+234=413 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.46% from 413); Green value is 78 (30.86% from 255 or 18.89% from 413); Blue value is 234 (91.80% from 255 or 56.66% from 413); Max value from RGB is 234 - color contains mainly: blue. Hex color #654EEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #654EEA is #9AB115. Grayscale: #666666. Windows color (decimal): -10137878 or 15355493. OLE color: 15355493.
HSL color Cylindrical-coordinate representation of color #654EEA: hue angle of 248.85º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #654EEA is Cyan = 0.57, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 101 | 78 | 234 | - |
| CMYK | 0.57 | 0.67 | 0 | 0.08 |
| HSL | 248.85º | 0.79% | 0.61% | - |
| HSV(B) | 248.85º | 0.67% | 0.92% | - |
| XYZ | 22.94 | 14.16 | 79.37 | - |
| YUV | 102.66 | 202.12 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 78 | 234 | 0.57 | 0.67 | 0 | 0.08 | 248.85 | 0.79 | 0.61 |
| Hex | 65 | 4E | EA | 39 | 43 | 0 | 8 | F9 | 4F | 3D |
| Octal | 145 | 116 | 352 | 71 | 103 | 0 | 10 | 371 | 117 | 75 |
| Binary | 1100101 | 1001110 | 11101010 | 111001 | 1000011 | 0 | 1000 | 11111001 | 1001111 | 111101 |
Color Harmonies of #654EEA
Complementary color
Monochromatic Colors of #654EEA
Black with #654EEA
Text Example
Text Example
White with #654EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654EEA; }
p { color: rgb(101,78,234); }
H1.HeaderClassName
{
color: #654EEA;
}
.AnyTagClassName
{
color: #654EEA;
}
</style>
background-color css
<style>
a { background-color: #654EEA; }
a { background-color: rgb(101,78,234); }
div.DivClassName
{
background-color: #654EEA;
}
.BgClassName
{
background-color: #654EEA;
}
</style>
border-color css
<style>
span { border-color: #654EEA; }
span { border-color: rgb(101,78,234); }
td.TdClassName
{
border-color: #654EEA;
}
.TagClassName
{
border-color: #654EEA;
}
</style>