#9691DB

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

Shades of Blue Bell #9691DB

Tints of Blue Bell #9691DB

Color information

#9691DB (or 0x9691DB) is unknown color: approx Blue Bell. HEX triplet: 96, 91 and DB. RGB value is (150,145,219). Sum of RGB (Red+Green+Blue) = 150+145+219=514 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.18% from 514); Green value is 145 (57.03% from 255 or 28.21% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 219 - color contains mainly: blue. Hex color #9691DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9691DB is #696E24. Grayscale: #9A9A9A. Windows color (decimal): -6909477 or 14389654. OLE color: 14389654.

HSL color Cylindrical-coordinate representation of color #9691DB: hue angle of 244.05º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9691DB is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB150145219-
CMYK0.320.3400.14
HSL244.05º50.68%71.37%-
HSV(B)244.05º33.79%85.88%-
XYZ35.4931.8571.29-
YUV154.93164.16124.48-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.18%
GREEN value IS 145 (57.03% from 255) = 28.21%
BLUE value IS 219 (85.94% from 255) = 42.61%
R=29.18%
G=28.21%
B=42.61%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1501452190.320.3400.14244.0550.6871.37
Hex9691DB20220Ef43347
Octal226221333404201636463107
Binary10010110100100011101101110000010001001110111101001100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9691DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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