#B78AA8

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

Shades of London Hue #B78AA8

Tints of London Hue #B78AA8

Color information

#B78AA8 (or 0xB78AA8) is unknown color: approx London Hue. HEX triplet: B7, 8A and A8. RGB value is (183,138,168). Sum of RGB (Red+Green+Blue) = 183+138+168=489 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.42% from 489); Green value is 138 (54.30% from 255 or 28.22% from 489); Blue value is 168 (66.02% from 255 or 34.36% from 489); Max value from RGB is 183 - color contains mainly: red. Hex color #B78AA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B78AA8 is #487557. Grayscale: #9A9A9A. Windows color (decimal): -4748632 or 11045559. OLE color: 11045559.

HSL color Cylindrical-coordinate representation of color #B78AA8: hue angle of 320º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B78AA8 is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.28.

Color convert

RGB183138168-
CMYK00.250.080.28
HSL320º23.81%62.94%-
HSV(B)320º24.59%71.76%-
XYZ35.6831.0741.16-
YUV154.88135.41148.06-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.42%
GREEN value IS 138 (54.30% from 255) = 28.22%
BLUE value IS 168 (66.02% from 255) = 34.36%
R=37.42%
G=28.22%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.08
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18313816800.250.080.2832023.8162.94
HexB78AA801981C140183f
Octal26721225003110345003077
Binary10110111100010101010100001100110001110010100000011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78AA8; }

 p { color: rgb(183,138,168); }

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

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

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

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

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

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

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