#B393B7

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

Shades of London Hue #B393B7

Tints of London Hue #B393B7

Color information

#B393B7 (or 0xB393B7) is unknown color: approx London Hue. HEX triplet: B3, 93 and B7. RGB value is (179,147,183). Sum of RGB (Red+Green+Blue) = 179+147+183=509 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.17% from 509); Green value is 147 (57.81% from 255 or 28.88% from 509); Blue value is 183 (71.88% from 255 or 35.95% from 509); Max value from RGB is 183 - color contains mainly: blue. Hex color #B393B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B393B7 is #4C6C48. Grayscale: #A0A0A0. Windows color (decimal): -5008457 or 12030899. OLE color: 12030899.

HSL color Cylindrical-coordinate representation of color #B393B7: hue angle of 293.33º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B393B7 is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB179147183-
CMYK0.020.2000.28
HSL293.33º20%64.71%-
HSV(B)293.33º19.67%71.76%-
XYZ37.5733.8749.36-
YUV160.67140.6141.07-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.17%
GREEN value IS 147 (57.81% from 255) = 28.88%
BLUE value IS 183 (71.88% from 255) = 35.95%
R=35.17%
G=28.88%
B=35.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1791471830.020.2000.28293.332064.71
HexB393B721401C1251441
Octal26322326722403444524101
Binary1011001110010011101101111010100011100100100101101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B393B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B393B7; }

 p { color: rgb(179,147,183); }

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

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

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

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

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

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

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