Shades of True V #957BCE
Tints of True V #957BCE
RGB
CMYK
RGB Variations
Color information
#957BCE (or 0x957BCE) is known color: True V. HEX triplet: 95, 7B and CE. RGB value is (149,123,206). Sum of RGB (Red+Green+Blue) = 149+123+206=478 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.17% from 478); Green value is 123 (48.44% from 255 or 25.73% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 206 - color contains mainly: blue. Hex color #957BCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957BCE is #6A8431. Grayscale: #8B8B8B. Windows color (decimal): -6980658 or 13532053. OLE color: 13532053.
HSL color Cylindrical-coordinate representation of color #957BCE: hue angle of 258.8º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #957BCE is Cyan = 0.28, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 149 | 123 | 206 | - |
| CMYK | 0.28 | 0.40 | 0 | 0.19 |
| HSL | 258.8º | 0.46% | 0.65% | - |
| HSV(B) | 258.8º | 0.4% | 0.81% | - |
| XYZ | 30.62 | 25.01 | 61.61 | - |
| YUV | 140.24 | 165.11 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 123 | 206 | 0.28 | 0.40 | 0 | 0.19 | 258.8 | 0.46 | 0.65 |
| Hex | 95 | 7B | CE | 1C | 28 | 0 | 13 | 103 | 2E | 41 |
| Octal | 225 | 173 | 316 | 34 | 50 | 0 | 23 | 403 | 56 | 101 |
| Binary | 10010101 | 1111011 | 11001110 | 11100 | 101000 | 0 | 10011 | 100000011 | 101110 | 1000001 |
Color Harmonies of #957BCE
Complementary color
Monochromatic Colors of #957BCE
Black with #957BCE
Text Example
Text Example
White with #957BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957BCE; }
p { color: rgb(149,123,206); }
H1.HeaderClassName
{
color: #957BCE;
}
.AnyTagClassName
{
color: #957BCE;
}
</style>
background-color css
<style>
a { background-color: #957BCE; }
a { background-color: rgb(149,123,206); }
div.DivClassName
{
background-color: #957BCE;
}
.BgClassName
{
background-color: #957BCE;
}
</style>
border-color css
<style>
span { border-color: #957BCE; }
span { border-color: rgb(149,123,206); }
td.TdClassName
{
border-color: #957BCE;
}
.TagClassName
{
border-color: #957BCE;
}
</style>