Shades of Lavender Blue #C7C9FA
Tints of Lavender Blue #C7C9FA
RGB
CMYK
RGB Variations
Color information
#C7C9FA (or 0xC7C9FA) is known color: Lavender Blue. HEX triplet: C7, C9 and FA. RGB value is (199,201,250). Sum of RGB (Red+Green+Blue) = 199+201+250=650 (86% of max value = 765). Red value is 199 (78.12% from 255 or 30.62% from 650); Green value is 201 (78.91% from 255 or 30.92% from 650); Blue value is 250 (98.05% from 255 or 38.46% from 650); Max value from RGB is 250 - color contains mainly: blue. Hex color #C7C9FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7C9FA is #383605. Grayscale: #CDCDCD. Windows color (decimal): -3683846 or 16435655. OLE color: 16435655.
HSL color Cylindrical-coordinate representation of color #C7C9FA: hue angle of 237.65º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C7C9FA is Cyan = 0.20, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 201 | 250 | - |
| CMYK | 0.20 | 0.20 | 0 | 0.02 |
| HSL | 237.65º | 0.84% | 0.88% | - |
| HSV(B) | 237.65º | 0.2% | 0.98% | - |
| XYZ | 61.7 | 60.82 | 98.93 | - |
| YUV | 205.99 | 152.84 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 201 | 250 | 0.20 | 0.20 | 0 | 0.02 | 237.65 | 0.84 | 0.88 |
| Hex | C7 | C9 | FA | 14 | 14 | 0 | 2 | EE | 54 | 58 |
| Octal | 307 | 311 | 372 | 24 | 24 | 0 | 2 | 356 | 124 | 130 |
| Binary | 11000111 | 11001001 | 11111010 | 10100 | 10100 | 0 | 10 | 11101110 | 1010100 | 1011000 |
Color Harmonies of #C7C9FA
Complementary color
Monochromatic Colors of #C7C9FA
Black with #C7C9FA
Text Example
Text Example
White with #C7C9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C9FA; }
p { color: rgb(199,201,250); }
H1.HeaderClassName
{
color: #C7C9FA;
}
.AnyTagClassName
{
color: #C7C9FA;
}
</style>
background-color css
<style>
a { background-color: #C7C9FA; }
a { background-color: rgb(199,201,250); }
div.DivClassName
{
background-color: #C7C9FA;
}
.BgClassName
{
background-color: #C7C9FA;
}
</style>
border-color css
<style>
span { border-color: #C7C9FA; }
span { border-color: rgb(199,201,250); }
td.TdClassName
{
border-color: #C7C9FA;
}
.TagClassName
{
border-color: #C7C9FA;
}
</style>