#9798DD

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

Shades of Blue Bell #9798DD

Tints of Blue Bell #9798DD

Color information

#9798DD (or 0x9798DD) is unknown color: approx Blue Bell. HEX triplet: 97, 98 and DD. RGB value is (151,152,221). Sum of RGB (Red+Green+Blue) = 151+152+221=524 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.82% from 524); Green value is 152 (59.77% from 255 or 29.01% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 221 - color contains mainly: blue. Hex color #9798DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9798DD is #686722. Grayscale: #9F9F9F. Windows color (decimal): -6842147 or 14522519. OLE color: 14522519.

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

Color convert

RGB151152221-
CMYK0.320.3100.13
HSL239.14º50.72%72.94%-
HSV(B)239.14º31.67%86.67%-
XYZ37.0434.2673.07-
YUV159.57162.67121.89-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.82%
GREEN value IS 152 (59.77% from 255) = 29.01%
BLUE value IS 221 (86.72% from 255) = 42.18%
R=28.82%
G=29.01%
B=42.18%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1511522210.320.3100.13239.1450.7272.94
Hex9798DD201F0Def3349
Octal227230335403701535763111
Binary1001011110011000110111011000001111101101111011111100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9798DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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