Shades of True V #7F66BD
Tints of True V #7F66BD
RGB
CMYK
RGB Variations
Color information
#7F66BD (or 0x7F66BD) is known color: True V. HEX triplet: 7F, 66 and BD. RGB value is (127,102,189). Sum of RGB (Red+Green+Blue) = 127+102+189=418 (55% of max value = 765). Red value is 127 (50% from 255 or 30.38% from 418); Green value is 102 (40.23% from 255 or 24.40% from 418); Blue value is 189 (74.22% from 255 or 45.22% from 418); Max value from RGB is 189 - color contains mainly: blue. Hex color #7F66BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F66BD is #809942. Grayscale: #777777. Windows color (decimal): -8427843 or 12412543. OLE color: 12412543.
HSL color Cylindrical-coordinate representation of color #7F66BD: hue angle of 257.24º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7F66BD is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 102 | 189 | - |
| CMYK | 0.33 | 0.46 | 0 | 0.26 |
| HSL | 257.24º | 0.4% | 0.57% | - |
| HSV(B) | 257.24º | 0.46% | 0.74% | - |
| XYZ | 22.69 | 17.69 | 50.36 | - |
| YUV | 119.39 | 167.28 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 102 | 189 | 0.33 | 0.46 | 0 | 0.26 | 257.24 | 0.4 | 0.57 |
| Hex | 7F | 66 | BD | 21 | 2E | 0 | 1A | 101 | 28 | 39 |
| Octal | 177 | 146 | 275 | 41 | 56 | 0 | 32 | 401 | 50 | 71 |
| Binary | 1111111 | 1100110 | 10111101 | 100001 | 101110 | 0 | 11010 | 100000001 | 101000 | 111001 |
Color Harmonies of #7F66BD
Complementary color
Monochromatic Colors of #7F66BD
Black with #7F66BD
Text Example
Text Example
White with #7F66BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F66BD; }
p { color: rgb(127,102,189); }
H1.HeaderClassName
{
color: #7F66BD;
}
.AnyTagClassName
{
color: #7F66BD;
}
</style>
background-color css
<style>
a { background-color: #7F66BD; }
a { background-color: rgb(127,102,189); }
div.DivClassName
{
background-color: #7F66BD;
}
.BgClassName
{
background-color: #7F66BD;
}
</style>
border-color css
<style>
span { border-color: #7F66BD; }
span { border-color: rgb(127,102,189); }
td.TdClassName
{
border-color: #7F66BD;
}
.TagClassName
{
border-color: #7F66BD;
}
</style>