#9399BF

Color #9399BF Blue Bell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Bell #9399BF

Tints of Blue Bell #9399BF

Color information

#9399BF (or 0x9399BF) is unknown color: approx Blue Bell. HEX triplet: 93, 99 and BF. RGB value is (147,153,191). Sum of RGB (Red+Green+Blue) = 147+153+191=491 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.94% from 491); Green value is 153 (60.16% from 255 or 31.16% from 491); Blue value is 191 (75% from 255 or 38.90% from 491); Max value from RGB is 191 - color contains mainly: blue. Hex color #9399BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9399BF is #6C6640. Grayscale: #9B9B9B. Windows color (decimal): -7104065 or 12556691. OLE color: 12556691.

HSL color Cylindrical-coordinate representation of color #9399BF: hue angle of 231.82º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9399BF is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB147153191-
CMYK0.230.2000.25
HSL231.82º25.58%66.27%-
HSV(B)231.82º23.04%74.9%-
XYZ32.8332.7553.88-
YUV155.54148.01121.91-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.94%
GREEN value IS 153 (60.16% from 255) = 31.16%
BLUE value IS 191 (75% from 255) = 38.90%
R=29.94%
G=31.16%
B=38.90%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1471531910.230.2000.25231.8225.5866.27
Hex9399BF1714019e81a42
Octal223231277272403135032102
Binary100100111001100110111111101111010001100111101000110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9399BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9399BF; }

 p { color: rgb(147,153,191); }

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

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

 a { background-color: rgb(147,153,191); }

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

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

 span { border-color: rgb(147,153,191); }

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