#9691DD

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

Shades of Blue Bell #9691DD

Tints of Blue Bell #9691DD

Color information

#9691DD (or 0x9691DD) is unknown color: approx Blue Bell. HEX triplet: 96, 91 and DD. RGB value is (150,145,221). Sum of RGB (Red+Green+Blue) = 150+145+221=516 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.07% from 516); Green value is 145 (57.03% from 255 or 28.10% from 516); Blue value is 221 (86.72% from 255 or 42.83% from 516); Max value from RGB is 221 - color contains mainly: blue. Hex color #9691DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9691DD is #696E22. Grayscale: #9A9A9A. Windows color (decimal): -6909475 or 14520726. OLE color: 14520726.

HSL color Cylindrical-coordinate representation of color #9691DD: hue angle of 243.95º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9691DD is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB150145221-
CMYK0.320.3400.13
HSL243.95º52.78%71.76%-
HSV(B)243.95º34.39%86.67%-
XYZ35.7531.9672.69-
YUV155.16165.16124.32-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.07%
GREEN value IS 145 (57.03% from 255) = 28.10%
BLUE value IS 221 (86.72% from 255) = 42.83%
R=29.07%
G=28.10%
B=42.83%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1501452210.320.3400.13243.9552.7871.76
Hex9691DD20220Df43548
Octal226221335404201536465110
Binary10010110100100011101110110000010001001101111101001101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9691DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9691DD; }

 p { color: rgb(150,145,221); }

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

<style>
 a { background-color: #9691DD; }

 a { background-color: rgb(150,145,221); }

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

<style>
 span { border-color: #9691DD; }

 span { border-color: rgb(150,145,221); }

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