#9892df

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

Shades of Blue Bell #9892DF

Tints of Blue Bell #9892DF

Color information

#9892DF (or 0x9892DF) is unknown color: approx Blue Bell. HEX triplet: 98, 92 and DF. RGB value is (152,146,223). Sum of RGB (Red+Green+Blue) = 152+146+223=521 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.17% from 521); Green value is 146 (57.42% from 255 or 28.02% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 223 - color contains mainly: blue. Hex color #9892DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9892DF is #676D20. Grayscale: #9C9C9C. Windows color (decimal): -6778145 or 14652056. OLE color: 14652056.

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

Color convert

RGB152146223-
CMYK0.320.3500.13
HSL244.68º54.61%72.35%-
HSV(B)244.68º34.53%87.45%-
XYZ36.5532.5674.17-
YUV156.57165.49124.74-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.17%
GREEN value IS 146 (57.42% from 255) = 28.02%
BLUE value IS 223 (87.5% from 255) = 42.80%
R=29.17%
G=28.02%
B=42.80%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1521462230.320.3500.13244.6854.6172.35
Hex9892DF20230Df53748
Octal230222337404301536567110
Binary10011000100100101101111110000010001101101111101011101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9892df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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