#B79CB7

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

Shades of London Hue #B79CB7

Tints of London Hue #B79CB7

Color information

#B79CB7 (or 0xB79CB7) is unknown color: approx London Hue. HEX triplet: B7, 9C and B7. RGB value is (183,156,183). Sum of RGB (Red+Green+Blue) = 183+156+183=522 (69% of max value = 765). Red value is 183 (71.88% from 255 or 35.06% from 522); Green value is 156 (61.33% from 255 or 29.89% from 522); Blue value is 183 (71.88% from 255 or 35.06% from 522); Max value from RGB is 183 - color contains mainly: red, blue. Hex color #B79CB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B79CB7 is #486348. Grayscale: #A7A7A7. Windows color (decimal): -4744009 or 12033207. OLE color: 12033207.

HSL color Cylindrical-coordinate representation of color #B79CB7: hue angle of 300º degrees, saturation: 0.16, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B79CB7 is Cyan = 0, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB183156183-
CMYK00.1500.28
HSL300º15.79%66.47%-
HSV(B)300º14.75%71.76%-
XYZ39.9637.2649.89-
YUV167.15136.95139.3-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.06%
GREEN value IS 156 (61.33% from 255) = 29.89%
BLUE value IS 183 (71.88% from 255) = 35.06%
R=35.06%
G=29.89%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18315618300.1500.2830015.7966.47
HexB79CB70F01C12c1042
Octal26723426701703445420102
Binary10110111100111001011011101111011100100101100100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79CB7; }

 p { color: rgb(183,156,183); }

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

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

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

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

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

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

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