#9694BF

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

Shades of Blue Bell #9694BF

Tints of Blue Bell #9694BF

Color information

#9694BF (or 0x9694BF) is unknown color: approx Blue Bell. HEX triplet: 96, 94 and BF. RGB value is (150,148,191). Sum of RGB (Red+Green+Blue) = 150+148+191=489 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.67% from 489); Green value is 148 (58.20% from 255 or 30.27% from 489); Blue value is 191 (75% from 255 or 39.06% from 489); Max value from RGB is 191 - color contains mainly: blue. Hex color #9694BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9694BF is #696B40. Grayscale: #999999. Windows color (decimal): -6908737 or 12555414. OLE color: 12555414.

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

Color convert

RGB150148191-
CMYK0.210.2300.25
HSL242.79º25.15%66.47%-
HSV(B)242.79º22.51%74.9%-
XYZ32.5731.4353.64-
YUV153.5149.16125.5-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.67%
GREEN value IS 148 (58.20% from 255) = 30.27%
BLUE value IS 191 (75% from 255) = 39.06%
R=30.67%
G=30.27%
B=39.06%

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
Decimal1501481910.210.2300.25242.7925.1566.47
Hex9694BF1517019f31942
Octal226224277252703136331102
Binary100101101001010010111111101011011101100111110011110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9694BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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