#9892DD

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

Shades of Blue Bell #9892DD

Tints of Blue Bell #9892DD

Color information

#9892DD (or 0x9892DD) is unknown color: approx Blue Bell. HEX triplet: 98, 92 and DD. RGB value is (152,146,221). Sum of RGB (Red+Green+Blue) = 152+146+221=519 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.29% from 519); Green value is 146 (57.42% from 255 or 28.13% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: blue. Hex color #9892DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9892DD is #676D22. Grayscale: #9C9C9C. Windows color (decimal): -6778147 or 14520984. OLE color: 14520984.

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

Color convert

RGB152146221-
CMYK0.310.3400.13
HSL244.8º52.45%71.96%-
HSV(B)244.8º33.94%86.67%-
XYZ36.2832.4572.76-
YUV156.34164.49124.9-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.29%
GREEN value IS 146 (57.42% from 255) = 28.13%
BLUE value IS 221 (86.72% from 255) = 42.58%
R=29.29%
G=28.13%
B=42.58%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1521462210.310.3400.13244.852.4571.96
Hex9892DD1F220Df53448
Octal230222335374201536564110
Binary1001100010010010110111011111110001001101111101011101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9892DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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