#9398BD

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

Shades of Blue Bell #9398BD

Tints of Blue Bell #9398BD

Color information

#9398BD (or 0x9398BD) is unknown color: approx Blue Bell. HEX triplet: 93, 98 and BD. RGB value is (147,152,189). Sum of RGB (Red+Green+Blue) = 147+152+189=488 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.12% from 488); Green value is 152 (59.77% from 255 or 31.15% from 488); Blue value is 189 (74.22% from 255 or 38.73% from 488); Max value from RGB is 189 - color contains mainly: blue. Hex color #9398BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9398BD is #6C6742. Grayscale: #9A9A9A. Windows color (decimal): -7104323 or 12425363. OLE color: 12425363.

HSL color Cylindrical-coordinate representation of color #9398BD: hue angle of 232.86º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9398BD is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB147152189-
CMYK0.220.2000.26
HSL232.86º24.14%65.88%-
HSV(B)232.86º22.22%74.12%-
XYZ32.4532.3352.68-
YUV154.72147.34122.49-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.12%
GREEN value IS 152 (59.77% from 255) = 31.15%
BLUE value IS 189 (74.22% from 255) = 38.73%
R=30.12%
G=31.15%
B=38.73%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1471521890.220.2000.26232.8624.1465.88
Hex9398BD161401Ae91842
Octal223230275262403235130102
Binary100100111001100010111101101101010001101011101001110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9398BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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