#9396CE

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

Shades of Blue Bell #9396CE

Tints of Blue Bell #9396CE

Color information

#9396CE (or 0x9396CE) is unknown color: approx Blue Bell. HEX triplet: 93, 96 and CE. RGB value is (147,150,206). Sum of RGB (Red+Green+Blue) = 147+150+206=503 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.22% from 503); Green value is 150 (58.98% from 255 or 29.82% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 206 - color contains mainly: blue. Hex color #9396CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9396CE is #6C6931. Grayscale: #9B9B9B. Windows color (decimal): -7104818 or 13538963. OLE color: 13538963.

HSL color Cylindrical-coordinate representation of color #9396CE: hue angle of 236.95º 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 #9396CE is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB147150206-
CMYK0.290.2700.19
HSL236.95º37.58%69.22%-
HSV(B)236.95º28.64%80.78%-
XYZ34.0832.4762.86-
YUV155.49156.51121.95-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.22%
GREEN value IS 150 (58.98% from 255) = 29.82%
BLUE value IS 206 (80.86% from 255) = 40.95%
R=29.22%
G=29.82%
B=40.95%

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
Decimal1471502060.290.2700.19236.9537.5869.22
Hex9396CE1D1B013ed2645
Octal223226316353302335546105
Binary1001001110010110110011101110111011010011111011011001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9396CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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