#9690DC

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

Shades of Blue Bell #9690DC

Tints of Blue Bell #9690DC

Color information

#9690DC (or 0x9690DC) is unknown color: approx Blue Bell. HEX triplet: 96, 90 and DC. RGB value is (150,144,220). Sum of RGB (Red+Green+Blue) = 150+144+220=514 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.18% from 514); Green value is 144 (56.64% from 255 or 28.02% from 514); Blue value is 220 (86.33% from 255 or 42.80% from 514); Max value from RGB is 220 - color contains mainly: blue. Hex color #9690DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9690DC is #696F23. Grayscale: #9A9A9A. Windows color (decimal): -6909732 or 14454934. OLE color: 14454934.

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

Color convert

RGB150144220-
CMYK0.320.3500.14
HSL244.74º52.05%71.37%-
HSV(B)244.74º34.55%86.27%-
XYZ35.4731.671.94-
YUV154.46164.99124.82-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.18%
GREEN value IS 144 (56.64% from 255) = 28.02%
BLUE value IS 220 (86.33% from 255) = 42.80%
R=29.18%
G=28.02%
B=42.80%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1501442200.320.3500.14244.7452.0571.37
Hex9690DC20230Ef53447
Octal226220334404301636564107
Binary10010110100100001101110010000010001101110111101011101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9690DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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