#9399C0

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

Shades of Blue Bell #9399C0

Tints of Blue Bell #9399C0

Color information

#9399C0 (or 0x9399C0) is unknown color: approx Blue Bell. HEX triplet: 93, 99 and C0. RGB value is (147,153,192). Sum of RGB (Red+Green+Blue) = 147+153+192=492 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.88% from 492); Green value is 153 (60.16% from 255 or 31.10% from 492); Blue value is 192 (75.39% from 255 or 39.02% from 492); Max value from RGB is 192 - color contains mainly: blue. Hex color #9399C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9399C0 is #6C663F. Grayscale: #9B9B9B. Windows color (decimal): -7104064 or 12622227. OLE color: 12622227.

HSL color Cylindrical-coordinate representation of color #9399C0: hue angle of 232º 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 #9399C0 is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB147153192-
CMYK0.230.2000.25
HSL232º26.32%66.47%-
HSV(B)232º23.44%75.29%-
XYZ32.9432.7954.46-
YUV155.65148.51121.83-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.88%
GREEN value IS 153 (60.16% from 255) = 31.10%
BLUE value IS 192 (75.39% from 255) = 39.02%
R=29.88%
G=31.10%
B=39.02%

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
Decimal1471531920.230.2000.2523226.3266.47
Hex9399C01714019e81a42
Octal223231300272403135032102
Binary100100111001100111000000101111010001100111101000110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9399C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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