#9898DD

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

Shades of Blue Bell #9898DD

Tints of Blue Bell #9898DD

Color information

#9898DD (or 0x9898DD) is unknown color: approx Blue Bell. HEX triplet: 98, 98 and DD. RGB value is (152,152,221). Sum of RGB (Red+Green+Blue) = 152+152+221=525 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.95% from 525); Green value is 152 (59.77% from 255 or 28.95% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 221 - color contains mainly: blue. Hex color #9898DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9898DD is #676722. Grayscale: #9F9F9F. Windows color (decimal): -6776611 or 14522520. OLE color: 14522520.

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

Color convert

RGB152152221-
CMYK0.310.3100.13
HSL240º50.36%73.14%-
HSV(B)240º31.22%86.67%-
XYZ37.2334.3573.08-
YUV159.87162.5122.39-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.95%
GREEN value IS 152 (59.77% from 255) = 28.95%
BLUE value IS 221 (86.72% from 255) = 42.10%
R=28.95%
G=28.95%
B=42.10%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1521522210.310.3100.1324050.3673.14
Hex9898DD1F1F0Df03249
Octal230230335373701536062111
Binary100110001001100011011101111111111101101111100001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9898DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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