#9693BF

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

Shades of Blue Bell #9693BF

Tints of Blue Bell #9693BF

Color information

#9693BF (or 0x9693BF) is unknown color: approx Blue Bell. HEX triplet: 96, 93 and BF. RGB value is (150,147,191). Sum of RGB (Red+Green+Blue) = 150+147+191=488 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.74% from 488); Green value is 147 (57.81% from 255 or 30.12% from 488); Blue value is 191 (75% from 255 or 39.14% from 488); Max value from RGB is 191 - color contains mainly: blue. Hex color #9693BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9693BF is #696C40. Grayscale: #989898. Windows color (decimal): -6908993 or 12555158. OLE color: 12555158.

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

Color convert

RGB150147191-
CMYK0.210.2300.25
HSL244.09º25.58%66.27%-
HSV(B)244.09º23.04%74.9%-
XYZ32.4231.1153.59-
YUV152.91149.49125.92-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.74%
GREEN value IS 147 (57.81% from 255) = 30.12%
BLUE value IS 191 (75% from 255) = 39.14%
R=30.74%
G=30.12%
B=39.14%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1501471910.210.2300.25244.0925.5866.27
Hex9693BF1517019f41a42
Octal226223277252703136432102
Binary100101101001001110111111101011011101100111110100110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9693BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9693BF; }

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

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

<style>
 a { background-color: #9693BF; }

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

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

<style>
 span { border-color: #9693BF; }

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

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