Shades of Lavender Blue #C7BFF7
Tints of Lavender Blue #C7BFF7
RGB
CMYK
RGB Variations
Color information
#C7BFF7 (or 0xC7BFF7) is known color: Lavender Blue. HEX triplet: C7, BF and F7. RGB value is (199,191,247). Sum of RGB (Red+Green+Blue) = 199+191+247=637 (84% of max value = 765). Red value is 199 (78.12% from 255 or 31.24% from 637); Green value is 191 (75% from 255 or 29.98% from 637); Blue value is 247 (96.88% from 255 or 38.78% from 637); Max value from RGB is 247 - color contains mainly: blue. Hex color #C7BFF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7BFF7 is #384008. Grayscale: #C7C7C7. Windows color (decimal): -3686409 or 16236487. OLE color: 16236487.
HSL color Cylindrical-coordinate representation of color #C7BFF7: hue angle of 248.57º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C7BFF7 is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 199 | 191 | 247 | - |
| CMYK | 0.19 | 0.23 | 0 | 0.03 |
| HSL | 248.57º | 0.78% | 0.86% | - |
| HSV(B) | 248.57º | 0.23% | 0.97% | - |
| XYZ | 58.97 | 56.12 | 95.72 | - |
| YUV | 199.78 | 154.65 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 191 | 247 | 0.19 | 0.23 | 0 | 0.03 | 248.57 | 0.78 | 0.86 |
| Hex | C7 | BF | F7 | 13 | 17 | 0 | 3 | F9 | 4E | 56 |
| Octal | 307 | 277 | 367 | 23 | 27 | 0 | 3 | 371 | 116 | 126 |
| Binary | 11000111 | 10111111 | 11110111 | 10011 | 10111 | 0 | 11 | 11111001 | 1001110 | 1010110 |
Color Harmonies of #C7BFF7
Complementary color
Monochromatic Colors of #C7BFF7
Black with #C7BFF7
Text Example
Text Example
White with #C7BFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BFF7; }
p { color: rgb(199,191,247); }
H1.HeaderClassName
{
color: #C7BFF7;
}
.AnyTagClassName
{
color: #C7BFF7;
}
</style>
background-color css
<style>
a { background-color: #C7BFF7; }
a { background-color: rgb(199,191,247); }
div.DivClassName
{
background-color: #C7BFF7;
}
.BgClassName
{
background-color: #C7BFF7;
}
</style>
border-color css
<style>
span { border-color: #C7BFF7; }
span { border-color: rgb(199,191,247); }
td.TdClassName
{
border-color: #C7BFF7;
}
.TagClassName
{
border-color: #C7BFF7;
}
</style>