#B7A7EB

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

Shades of Melrose #B7A7EB

Tints of Melrose #B7A7EB

Color information

#B7A7EB (or 0xB7A7EB) is unknown color: approx Melrose. HEX triplet: B7, A7 and EB. RGB value is (183,167,235). Sum of RGB (Red+Green+Blue) = 183+167+235=585 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.28% from 585); Green value is 167 (65.62% from 255 or 28.55% from 585); Blue value is 235 (92.19% from 255 or 40.17% from 585); Max value from RGB is 235 - color contains mainly: blue. Hex color #B7A7EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7A7EB is #485814. Grayscale: #B3B3B3. Windows color (decimal): -4741141 or 15443895. OLE color: 15443895.

HSL color Cylindrical-coordinate representation of color #B7A7EB: hue angle of 254.12º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B7A7EB is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB183167235-
CMYK0.220.2900.08
HSL254.12º62.96%78.82%-
HSV(B)254.12º28.94%92.16%-
XYZ48.3443.784.48-
YUV179.54159.3130.47-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.28%
GREEN value IS 167 (65.62% from 255) = 28.55%
BLUE value IS 235 (92.19% from 255) = 40.17%
R=31.28%
G=28.55%
B=40.17%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1831672350.220.2900.08254.1262.9678.82
HexB7A7EB161D08fe3f4f
Octal267247353263501037677117
Binary101101111010011111101011101101110101000111111101111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A7EB; }

 p { color: rgb(183,167,235); }

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

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

 a { background-color: rgb(183,167,235); }

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

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

 span { border-color: rgb(183,167,235); }

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