#9892DC

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

Shades of Blue Bell #9892DC

Tints of Blue Bell #9892DC

Color information

#9892DC (or 0x9892DC) is unknown color: approx Blue Bell. HEX triplet: 98, 92 and DC. RGB value is (152,146,220). Sum of RGB (Red+Green+Blue) = 152+146+220=518 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.34% from 518); Green value is 146 (57.42% from 255 or 28.19% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 220 - color contains mainly: blue. Hex color #9892DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9892DC is #676D23. Grayscale: #9B9B9B. Windows color (decimal): -6778148 or 14455448. OLE color: 14455448.

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

Color convert

RGB152146220-
CMYK0.310.3400.14
HSL244.86º51.39%71.76%-
HSV(B)244.86º33.64%86.27%-
XYZ36.1532.472.06-
YUV156.23163.99124.98-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.34%
GREEN value IS 146 (57.42% from 255) = 28.19%
BLUE value IS 220 (86.33% from 255) = 42.47%
R=29.34%
G=28.19%
B=42.47%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1521462200.310.3400.14244.8651.3971.76
Hex9892DC1F220Ef53348
Octal230222334374201636563110
Binary1001100010010010110111001111110001001110111101011100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9892DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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