#B78AB9

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

Shades of London Hue #B78AB9

Tints of London Hue #B78AB9

Color information

#B78AB9 (or 0xB78AB9) is unknown color: approx London Hue. HEX triplet: B7, 8A and B9. RGB value is (183,138,185). Sum of RGB (Red+Green+Blue) = 183+138+185=506 (67% of max value = 765). Red value is 183 (71.88% from 255 or 36.17% from 506); Green value is 138 (54.30% from 255 or 27.27% from 506); Blue value is 185 (72.66% from 255 or 36.56% from 506); Max value from RGB is 185 - color contains mainly: blue. Hex color #B78AB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B78AB9 is #487546. Grayscale: #9C9C9C. Windows color (decimal): -4748615 or 12159671. OLE color: 12159671.

HSL color Cylindrical-coordinate representation of color #B78AB9: hue angle of 297.45º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B78AB9 is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB183138185-
CMYK0.010.2500.27
HSL297.45º25.13%63.33%-
HSV(B)297.45º25.41%72.55%-
XYZ37.3731.7550.06-
YUV156.81143.91146.68-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.17%
GREEN value IS 138 (54.30% from 255) = 27.27%
BLUE value IS 185 (72.66% from 255) = 36.56%
R=36.17%
G=27.27%
B=36.56%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1831381850.010.2500.27297.4525.1363.33
HexB78AB911901B129193f
Octal2672122711310334513177
Binary10110111100010101011100111100101101110010100111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78AB9; }

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

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

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

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

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

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

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

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