#9398BE

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

Shades of Blue Bell #9398BE

Tints of Blue Bell #9398BE

Color information

#9398BE (or 0x9398BE) is unknown color: approx Blue Bell. HEX triplet: 93, 98 and BE. RGB value is (147,152,190). Sum of RGB (Red+Green+Blue) = 147+152+190=489 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.06% from 489); Green value is 152 (59.77% from 255 or 31.08% from 489); Blue value is 190 (74.61% from 255 or 38.85% from 489); Max value from RGB is 190 - color contains mainly: blue. Hex color #9398BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9398BE is #6C6741. Grayscale: #9A9A9A. Windows color (decimal): -7104322 or 12490899. OLE color: 12490899.

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

Color convert

RGB147152190-
CMYK0.230.200.25
HSL233.02º24.86%66.08%-
HSV(B)233.02º22.63%74.51%-
XYZ32.5632.3853.25-
YUV154.84147.84122.41-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.06%
GREEN value IS 152 (59.77% from 255) = 31.08%
BLUE value IS 190 (74.61% from 255) = 38.85%
R=30.06%
G=31.08%
B=38.85%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1471521900.230.200.25233.0224.8666.08
Hex9398BE1714019e91942
Octal223230276272403135131102
Binary100100111001100010111110101111010001100111101001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9398BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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