#9689DA

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

Shades of Blue Bell #9689DA

Tints of Blue Bell #9689DA

Color information

#9689DA (or 0x9689DA) is unknown color: approx Blue Bell. HEX triplet: 96, 89 and DA. RGB value is (150,137,218). Sum of RGB (Red+Green+Blue) = 150+137+218=505 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.70% from 505); Green value is 137 (53.91% from 255 or 27.13% from 505); Blue value is 218 (85.55% from 255 or 43.17% from 505); Max value from RGB is 218 - color contains mainly: blue. Hex color #9689DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9689DA is #697625. Grayscale: #959595. Windows color (decimal): -6911526 or 14322070. OLE color: 14322070.

HSL color Cylindrical-coordinate representation of color #9689DA: hue angle of 249.63º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9689DA is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB150137218-
CMYK0.310.3700.15
HSL249.63º52.26%69.61%-
HSV(B)249.63º37.16%85.49%-
XYZ34.1829.4470.21-
YUV150.12166.31127.91-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.70%
GREEN value IS 137 (53.91% from 255) = 27.13%
BLUE value IS 218 (85.55% from 255) = 43.17%
R=29.70%
G=27.13%
B=43.17%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1501372180.310.3700.15249.6352.2669.61
Hex9689DA1F250Ffa3446
Octal226211332374501737264106
Binary1001011010001001110110101111110010101111111110101101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9689DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9689DA; }

 p { color: rgb(150,137,218); }

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

<style>
 a { background-color: #9689DA; }

 a { background-color: rgb(150,137,218); }

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

<style>
 span { border-color: #9689DA; }

 span { border-color: rgb(150,137,218); }

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