#C7B9FA

Color #C7B9FA Lavender Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Blue #C7B9FA

Tints of Lavender Blue #C7B9FA

Color information

#C7B9FA (or 0xC7B9FA) is unknown color: approx Lavender Blue. HEX triplet: C7, B9 and FA. RGB value is (199,185,250). Sum of RGB (Red+Green+Blue) = 199+185+250=634 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.39% from 634); Green value is 185 (72.66% from 255 or 29.18% from 634); Blue value is 250 (98.05% from 255 or 39.43% from 634); Max value from RGB is 250 - color contains mainly: blue. Hex color #C7B9FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7B9FA is #384605. Grayscale: #C4C4C4. Windows color (decimal): -3687942 or 16431559. OLE color: 16431559.

HSL color Cylindrical-coordinate representation of color #C7B9FA: hue angle of 252.92º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C7B9FA is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB199185250-
CMYK0.200.2600.02
HSL252.92º86.67%85.29%-
HSV(B)252.92º26%98.04%-
XYZ58.1653.7497.75-
YUV196.6158.14129.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 199 (78.12% from 255) = 31.39%
GREEN value IS 185 (72.66% from 255) = 29.18%
BLUE value IS 250 (98.05% from 255) = 39.43%
R=31.39%
G=29.18%
B=39.43%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1991852500.200.2600.02252.9286.6785.29
HexC7B9FA141A02fd5755
Octal307271372243202375127125
Binary11000111101110011111101010100110100101111110110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B9FA; }

 p { color: rgb(199,185,250); }

 H1.HeaderClassName
 {
   color: #C7B9FA;
 }
 .AnyTagClassName
 {
   color: #C7B9FA;
 }
</style>
background-color css

<style>
 a { background-color: #C7B9FA; }

 a { background-color: rgb(199,185,250); }

 div.DivClassName
 {
   background-color: #C7B9FA;
 }
 .BgClassName
 {
   background-color: #C7B9FA;
 }
</style>
border-color css

<style>
 span { border-color: #C7B9FA; }

 span { border-color: rgb(199,185,250); }

 td.TdClassName
 {
   border-color: #C7B9FA;
 }
 .TagClassName
 {
   border-color: #C7B9FA;
 }
</style>