#9397CE

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

Shades of Blue Bell #9397CE

Tints of Blue Bell #9397CE

Color information

#9397CE (or 0x9397CE) is unknown color: approx Blue Bell. HEX triplet: 93, 97 and CE. RGB value is (147,151,206). Sum of RGB (Red+Green+Blue) = 147+151+206=504 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.17% from 504); Green value is 151 (59.38% from 255 or 29.96% from 504); Blue value is 206 (80.86% from 255 or 40.87% from 504); Max value from RGB is 206 - color contains mainly: blue. Hex color #9397CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9397CE is #6C6831. Grayscale: #9B9B9B. Windows color (decimal): -7104562 or 13539219. OLE color: 13539219.

HSL color Cylindrical-coordinate representation of color #9397CE: hue angle of 235.93º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9397CE is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB147151206-
CMYK0.290.2700.19
HSL235.93º37.58%69.22%-
HSV(B)235.93º28.64%80.78%-
XYZ34.2432.7962.92-
YUV156.07156.17121.53-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.17%
GREEN value IS 151 (59.38% from 255) = 29.96%
BLUE value IS 206 (80.86% from 255) = 40.87%
R=29.17%
G=29.96%
B=40.87%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1471512060.290.2700.19235.9337.5869.22
Hex9397CE1D1B013ec2645
Octal223227316353302335446105
Binary1001001110010111110011101110111011010011111011001001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9397CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9397CE; }

 p { color: rgb(147,151,206); }

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

<style>
 a { background-color: #9397CE; }

 a { background-color: rgb(147,151,206); }

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

<style>
 span { border-color: #9397CE; }

 span { border-color: rgb(147,151,206); }

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