#9398CB

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

Shades of Blue Bell #9398CB

Tints of Blue Bell #9398CB

Color information

#9398CB (or 0x9398CB) is unknown color: approx Blue Bell. HEX triplet: 93, 98 and CB. RGB value is (147,152,203). Sum of RGB (Red+Green+Blue) = 147+152+203=502 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.28% from 502); Green value is 152 (59.77% from 255 or 30.28% from 502); Blue value is 203 (79.69% from 255 or 40.44% from 502); Max value from RGB is 203 - color contains mainly: blue. Hex color #9398CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9398CB is #6C6734. Grayscale: #9C9C9C. Windows color (decimal): -7104309 or 13342867. OLE color: 13342867.

HSL color Cylindrical-coordinate representation of color #9398CB: hue angle of 234.64º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9398CB is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB147152203-
CMYK0.280.2500.20
HSL234.64º35%68.63%-
HSV(B)234.64º27.59%79.61%-
XYZ34.0432.9761.07-
YUV156.32154.34121.35-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.28%
GREEN value IS 152 (59.77% from 255) = 30.28%
BLUE value IS 203 (79.69% from 255) = 40.44%
R=29.28%
G=30.28%
B=40.44%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1471522030.280.2500.20234.643568.63
Hex9398CB1C19014eb2345
Octal223230313343102435343105
Binary1001001110011000110010111110011001010100111010111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9398CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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