#9789DE

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

Shades of Blue Bell #9789DE

Tints of Blue Bell #9789DE

Color information

#9789DE (or 0x9789DE) is unknown color: approx Blue Bell. HEX triplet: 97, 89 and DE. RGB value is (151,137,222). Sum of RGB (Red+Green+Blue) = 151+137+222=510 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.61% from 510); Green value is 137 (53.91% from 255 or 26.86% from 510); Blue value is 222 (87.11% from 255 or 43.53% from 510); Max value from RGB is 222 - color contains mainly: blue. Hex color #9789DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9789DE is #687621. Grayscale: #969696. Windows color (decimal): -6845986 or 14584215. OLE color: 14584215.

HSL color Cylindrical-coordinate representation of color #9789DE: hue angle of 249.88º degrees, saturation: 0.56, 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 #9789DE is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB151137222-
CMYK0.320.3800.13
HSL249.88º56.29%70.39%-
HSV(B)249.88º38.29%87.06%-
XYZ34.8929.7473.01-
YUV150.88168.14128.09-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.61%
GREEN value IS 137 (53.91% from 255) = 26.86%
BLUE value IS 222 (87.11% from 255) = 43.53%
R=29.61%
G=26.86%
B=43.53%

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
Decimal1511372220.320.3800.13249.8856.2970.39
Hex9789DE20260Dfa3846
Octal227211336404601537270106
Binary10010111100010011101111010000010011001101111110101110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9789DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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