Shades of True V #907BCA
Tints of True V #907BCA
RGB
CMYK
RGB Variations
Color information
#907BCA (or 0x907BCA) is known color: True V. HEX triplet: 90, 7B and CA. RGB value is (144,123,202). Sum of RGB (Red+Green+Blue) = 144+123+202=469 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.70% from 469); Green value is 123 (48.44% from 255 or 26.23% from 469); Blue value is 202 (79.30% from 255 or 43.07% from 469); Max value from RGB is 202 - color contains mainly: blue. Hex color #907BCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #907BCA is #6F8435. Grayscale: #898989. Windows color (decimal): -7308342 or 13269904. OLE color: 13269904.
HSL color Cylindrical-coordinate representation of color #907BCA: hue angle of 255.95º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #907BCA is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 144 | 123 | 202 | - |
| CMYK | 0.29 | 0.39 | 0 | 0.21 |
| HSL | 255.95º | 0.43% | 0.64% | - |
| HSV(B) | 255.95º | 0.39% | 0.79% | - |
| XYZ | 29.25 | 24.36 | 59.04 | - |
| YUV | 138.29 | 163.96 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 123 | 202 | 0.29 | 0.39 | 0 | 0.21 | 255.95 | 0.43 | 0.64 |
| Hex | 90 | 7B | CA | 1D | 27 | 0 | 15 | 100 | 2B | 40 |
| Octal | 220 | 173 | 312 | 35 | 47 | 0 | 25 | 400 | 53 | 100 |
| Binary | 10010000 | 1111011 | 11001010 | 11101 | 100111 | 0 | 10101 | 100000000 | 101011 | 1000000 |
Color Harmonies of #907BCA
Complementary color
Monochromatic Colors of #907BCA
Black with #907BCA
Text Example
Text Example
White with #907BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907BCA; }
p { color: rgb(144,123,202); }
H1.HeaderClassName
{
color: #907BCA;
}
.AnyTagClassName
{
color: #907BCA;
}
</style>
background-color css
<style>
a { background-color: #907BCA; }
a { background-color: rgb(144,123,202); }
div.DivClassName
{
background-color: #907BCA;
}
.BgClassName
{
background-color: #907BCA;
}
</style>
border-color css
<style>
span { border-color: #907BCA; }
span { border-color: rgb(144,123,202); }
td.TdClassName
{
border-color: #907BCA;
}
.TagClassName
{
border-color: #907BCA;
}
</style>