#9690DD

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

Shades of Blue Bell #9690DD

Tints of Blue Bell #9690DD

Color information

#9690DD (or 0x9690DD) is unknown color: approx Blue Bell. HEX triplet: 96, 90 and DD. RGB value is (150,144,221). Sum of RGB (Red+Green+Blue) = 150+144+221=515 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.13% from 515); Green value is 144 (56.64% from 255 or 27.96% from 515); Blue value is 221 (86.72% from 255 or 42.91% from 515); Max value from RGB is 221 - color contains mainly: blue. Hex color #9690DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9690DD is #696F22. Grayscale: #9A9A9A. Windows color (decimal): -6909731 or 14520470. OLE color: 14520470.

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

Color convert

RGB150144221-
CMYK0.320.3500.13
HSL244.68º53.1%71.57%-
HSV(B)244.68º34.84%86.67%-
XYZ35.631.6572.64-
YUV154.57165.49124.74-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.13%
GREEN value IS 144 (56.64% from 255) = 27.96%
BLUE value IS 221 (86.72% from 255) = 42.91%
R=29.13%
G=27.96%
B=42.91%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1501442210.320.3500.13244.6853.171.57
Hex9690DD20230Df53548
Octal226220335404301536565110
Binary10010110100100001101110110000010001101101111101011101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9690DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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