Shades of Medium Slate Blue #665CEA
Tints of Medium Slate Blue #665CEA
RGB
CMYK
RGB Variations
Color information
#665CEA (or 0x665CEA) is known color: Medium Slate Blue. HEX triplet: 66, 5C and EA. RGB value is (102,92,234). Sum of RGB (Red+Green+Blue) = 102+92+234=428 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.83% from 428); Green value is 92 (36.33% from 255 or 21.50% from 428); Blue value is 234 (91.80% from 255 or 54.67% from 428); Max value from RGB is 234 - color contains mainly: blue. Hex color #665CEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #665CEA is #99A315. Grayscale: #6E6E6E. Windows color (decimal): -10068758 or 15359078. OLE color: 15359078.
HSL color Cylindrical-coordinate representation of color #665CEA: hue angle of 244.23º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #665CEA is Cyan = 0.56, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 102 | 92 | 234 | - |
| CMYK | 0.56 | 0.61 | 0 | 0.08 |
| HSL | 244.23º | 0.77% | 0.64% | - |
| HSV(B) | 244.23º | 0.61% | 0.92% | - |
| XYZ | 24.16 | 16.42 | 79.74 | - |
| YUV | 111.18 | 197.31 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 92 | 234 | 0.56 | 0.61 | 0 | 0.08 | 244.23 | 0.77 | 0.64 |
| Hex | 66 | 5C | EA | 38 | 3D | 0 | 8 | F4 | 4D | 40 |
| Octal | 146 | 134 | 352 | 70 | 75 | 0 | 10 | 364 | 115 | 100 |
| Binary | 1100110 | 1011100 | 11101010 | 111000 | 111101 | 0 | 1000 | 11110100 | 1001101 | 1000000 |
Color Harmonies of #665CEA
Complementary color
Monochromatic Colors of #665CEA
Black with #665CEA
Text Example
Text Example
White with #665CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665CEA; }
p { color: rgb(102,92,234); }
H1.HeaderClassName
{
color: #665CEA;
}
.AnyTagClassName
{
color: #665CEA;
}
</style>
background-color css
<style>
a { background-color: #665CEA; }
a { background-color: rgb(102,92,234); }
div.DivClassName
{
background-color: #665CEA;
}
.BgClassName
{
background-color: #665CEA;
}
</style>
border-color css
<style>
span { border-color: #665CEA; }
span { border-color: rgb(102,92,234); }
td.TdClassName
{
border-color: #665CEA;
}
.TagClassName
{
border-color: #665CEA;
}
</style>