Shades of Medium Slate Blue #655FEA
Tints of Medium Slate Blue #655FEA
RGB
CMYK
RGB Variations
Color information
#655FEA (or 0x655FEA) is known color: Medium Slate Blue. HEX triplet: 65, 5F and EA. RGB value is (101,95,234). Sum of RGB (Red+Green+Blue) = 101+95+234=430 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.49% from 430); Green value is 95 (37.5% from 255 or 22.09% from 430); Blue value is 234 (91.80% from 255 or 54.42% from 430); Max value from RGB is 234 - color contains mainly: blue. Hex color #655FEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #655FEA is #9AA015. Grayscale: #707070. Windows color (decimal): -10133526 or 15359845. OLE color: 15359845.
HSL color Cylindrical-coordinate representation of color #655FEA: hue angle of 242.59º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #655FEA is Cyan = 0.57, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 101 | 95 | 234 | - |
| CMYK | 0.57 | 0.59 | 0 | 0.08 |
| HSL | 242.59º | 0.77% | 0.65% | - |
| HSV(B) | 242.59º | 0.59% | 0.92% | - |
| XYZ | 24.31 | 16.89 | 79.82 | - |
| YUV | 112.64 | 196.49 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 95 | 234 | 0.57 | 0.59 | 0 | 0.08 | 242.59 | 0.77 | 0.65 |
| Hex | 65 | 5F | EA | 39 | 3B | 0 | 8 | F3 | 4D | 41 |
| Octal | 145 | 137 | 352 | 71 | 73 | 0 | 10 | 363 | 115 | 101 |
| Binary | 1100101 | 1011111 | 11101010 | 111001 | 111011 | 0 | 1000 | 11110011 | 1001101 | 1000001 |
Color Harmonies of #655FEA
Complementary color
Monochromatic Colors of #655FEA
Black with #655FEA
Text Example
Text Example
White with #655FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655FEA; }
p { color: rgb(101,95,234); }
H1.HeaderClassName
{
color: #655FEA;
}
.AnyTagClassName
{
color: #655FEA;
}
</style>
background-color css
<style>
a { background-color: #655FEA; }
a { background-color: rgb(101,95,234); }
div.DivClassName
{
background-color: #655FEA;
}
.BgClassName
{
background-color: #655FEA;
}
</style>
border-color css
<style>
span { border-color: #655FEA; }
span { border-color: rgb(101,95,234); }
td.TdClassName
{
border-color: #655FEA;
}
.TagClassName
{
border-color: #655FEA;
}
</style>