Shades of Light Slate Blue #897BFD
Tints of Light Slate Blue #897BFD
RGB
CMYK
RGB Variations
Color information
#897BFD (or 0x897BFD) is known color: Light Slate Blue. HEX triplet: 89, 7B and FD. RGB value is (137,123,253). Sum of RGB (Red+Green+Blue) = 137+123+253=513 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.71% from 513); Green value is 123 (48.44% from 255 or 23.98% from 513); Blue value is 253 (99.22% from 255 or 49.32% from 513); Max value from RGB is 253 - color contains mainly: blue. Hex color #897BFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #897BFD is #768402. Grayscale: #8D8D8D. Windows color (decimal): -7767043 or 16612233. OLE color: 16612233.
HSL color Cylindrical-coordinate representation of color #897BFD: hue angle of 246.46º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #897BFD is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 137 | 123 | 253 | - |
| CMYK | 0.46 | 0.51 | 0 | 0.01 |
| HSL | 246.46º | 0.97% | 0.74% | - |
| HSV(B) | 246.46º | 0.51% | 0.99% | - |
| XYZ | 35.13 | 26.58 | 96.21 | - |
| YUV | 142.01 | 190.64 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 123 | 253 | 0.46 | 0.51 | 0 | 0.01 | 246.46 | 0.97 | 0.74 |
| Hex | 89 | 7B | FD | 2E | 33 | 0 | 1 | F6 | 61 | 4A |
| Octal | 211 | 173 | 375 | 56 | 63 | 0 | 1 | 366 | 141 | 112 |
| Binary | 10001001 | 1111011 | 11111101 | 101110 | 110011 | 0 | 1 | 11110110 | 1100001 | 1001010 |
Color Harmonies of #897BFD
Complementary color
Monochromatic Colors of #897BFD
Black with #897BFD
Text Example
Text Example
White with #897BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897BFD; }
p { color: rgb(137,123,253); }
H1.HeaderClassName
{
color: #897BFD;
}
.AnyTagClassName
{
color: #897BFD;
}
</style>
background-color css
<style>
a { background-color: #897BFD; }
a { background-color: rgb(137,123,253); }
div.DivClassName
{
background-color: #897BFD;
}
.BgClassName
{
background-color: #897BFD;
}
</style>
border-color css
<style>
span { border-color: #897BFD; }
span { border-color: rgb(137,123,253); }
td.TdClassName
{
border-color: #897BFD;
}
.TagClassName
{
border-color: #897BFD;
}
</style>