#9688DC

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

Shades of Blue Bell #9688DC

Tints of Blue Bell #9688DC

Color information

#9688DC (or 0x9688DC) is unknown color: approx Blue Bell. HEX triplet: 96, 88 and DC. RGB value is (150,136,220). Sum of RGB (Red+Green+Blue) = 150+136+220=506 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.64% from 506); Green value is 136 (53.52% from 255 or 26.88% from 506); Blue value is 220 (86.33% from 255 or 43.48% from 506); Max value from RGB is 220 - color contains mainly: blue. Hex color #9688DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9688DC is #697723. Grayscale: #959595. Windows color (decimal): -6911780 or 14452886. OLE color: 14452886.

HSL color Cylindrical-coordinate representation of color #9688DC: hue angle of 250º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9688DC is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB150136220-
CMYK0.320.3800.14
HSL250º54.55%69.8%-
HSV(B)250º38.18%86.27%-
XYZ34.329.2671.55-
YUV149.76167.64128.17-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.64%
GREEN value IS 136 (53.52% from 255) = 26.88%
BLUE value IS 220 (86.33% from 255) = 43.48%
R=29.64%
G=26.88%
B=43.48%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1501362200.320.3800.1425054.5569.8
Hex9688DC20260Efa3746
Octal226210334404601637267106
Binary10010110100010001101110010000010011001110111110101101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9688DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9688DC; }

 p { color: rgb(150,136,220); }

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

<style>
 a { background-color: #9688DC; }

 a { background-color: rgb(150,136,220); }

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

<style>
 span { border-color: #9688DC; }

 span { border-color: rgb(150,136,220); }

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