Shades of True V #907BC4
Tints of True V #907BC4
RGB
CMYK
RGB Variations
Color information
#907BC4 (or 0x907BC4) is known color: True V. HEX triplet: 90, 7B and C4. RGB value is (144,123,196). Sum of RGB (Red+Green+Blue) = 144+123+196=463 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.10% from 463); Green value is 123 (48.44% from 255 or 26.57% from 463); Blue value is 196 (76.95% from 255 or 42.33% from 463); Max value from RGB is 196 - color contains mainly: blue. Hex color #907BC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #907BC4 is #6F843B. Grayscale: #898989. Windows color (decimal): -7308348 or 12876688. OLE color: 12876688.
HSL color Cylindrical-coordinate representation of color #907BC4: hue angle of 257.26º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #907BC4 is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 144 | 123 | 196 | - |
| CMYK | 0.27 | 0.37 | 0 | 0.23 |
| HSL | 257.26º | 0.38% | 0.63% | - |
| HSV(B) | 257.26º | 0.37% | 0.77% | - |
| XYZ | 28.55 | 24.08 | 55.37 | - |
| YUV | 137.6 | 160.96 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 123 | 196 | 0.27 | 0.37 | 0 | 0.23 | 257.26 | 0.38 | 0.63 |
| Hex | 90 | 7B | C4 | 1B | 25 | 0 | 17 | 101 | 26 | 3F |
| Octal | 220 | 173 | 304 | 33 | 45 | 0 | 27 | 401 | 46 | 77 |
| Binary | 10010000 | 1111011 | 11000100 | 11011 | 100101 | 0 | 10111 | 100000001 | 100110 | 111111 |
Color Harmonies of #907BC4
Complementary color
Monochromatic Colors of #907BC4
Black with #907BC4
Text Example
Text Example
White with #907BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907BC4; }
p { color: rgb(144,123,196); }
H1.HeaderClassName
{
color: #907BC4;
}
.AnyTagClassName
{
color: #907BC4;
}
</style>
background-color css
<style>
a { background-color: #907BC4; }
a { background-color: rgb(144,123,196); }
div.DivClassName
{
background-color: #907BC4;
}
.BgClassName
{
background-color: #907BC4;
}
</style>
border-color css
<style>
span { border-color: #907BC4; }
span { border-color: rgb(144,123,196); }
td.TdClassName
{
border-color: #907BC4;
}
.TagClassName
{
border-color: #907BC4;
}
</style>