#9789DD

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

Shades of Blue Bell #9789DD

Tints of Blue Bell #9789DD

Color information

#9789DD (or 0x9789DD) is unknown color: approx Blue Bell. HEX triplet: 97, 89 and DD. RGB value is (151,137,221). Sum of RGB (Red+Green+Blue) = 151+137+221=509 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.67% from 509); Green value is 137 (53.91% from 255 or 26.92% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 221 - color contains mainly: blue. Hex color #9789DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9789DD is #687622. Grayscale: #969696. Windows color (decimal): -6845987 or 14518679. OLE color: 14518679.

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

Color convert

RGB151137221-
CMYK0.320.3800.13
HSL250º55.26%70.2%-
HSV(B)250º38.01%86.67%-
XYZ34.7629.6972.31-
YUV150.76167.64128.17-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.67%
GREEN value IS 137 (53.91% from 255) = 26.92%
BLUE value IS 221 (86.72% from 255) = 43.42%
R=29.67%
G=26.92%
B=43.42%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1511372210.320.3800.1325055.2670.2
Hex9789DD20260Dfa3746
Octal227211335404601537267106
Binary10010111100010011101110110000010011001101111110101101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9789DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,137,221); }

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

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

 a { background-color: rgb(151,137,221); }

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

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

 span { border-color: rgb(151,137,221); }

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