#9398BF

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

Shades of Blue Bell #9398BF

Tints of Blue Bell #9398BF

Color information

#9398BF (or 0x9398BF) is unknown color: approx Blue Bell. HEX triplet: 93, 98 and BF. RGB value is (147,152,191). Sum of RGB (Red+Green+Blue) = 147+152+191=490 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30% from 490); Green value is 152 (59.77% from 255 or 31.02% from 490); Blue value is 191 (75% from 255 or 38.98% from 490); Max value from RGB is 191 - color contains mainly: blue. Hex color #9398BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9398BF is #6C6740. Grayscale: #9A9A9A. Windows color (decimal): -7104321 or 12556435. OLE color: 12556435.

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

Color convert

RGB147152191-
CMYK0.230.2000.25
HSL233.18º25.58%66.27%-
HSV(B)233.18º23.04%74.9%-
XYZ32.6632.4253.83-
YUV154.95148.34122.33-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30%
GREEN value IS 152 (59.77% from 255) = 31.02%
BLUE value IS 191 (75% from 255) = 38.98%
R=30%
G=31.02%
B=38.98%

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
Decimal1471521910.230.2000.25233.1825.5866.27
Hex9398BF1714019e91a42
Octal223230277272403135132102
Binary100100111001100010111111101111010001100111101001110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9398BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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