#9798DB

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

Shades of Blue Bell #9798DB

Tints of Blue Bell #9798DB

Color information

#9798DB (or 0x9798DB) is unknown color: approx Blue Bell. HEX triplet: 97, 98 and DB. RGB value is (151,152,219). Sum of RGB (Red+Green+Blue) = 151+152+219=522 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.93% from 522); Green value is 152 (59.77% from 255 or 29.12% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 219 - color contains mainly: blue. Hex color #9798DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9798DB is #686724. Grayscale: #9F9F9F. Windows color (decimal): -6842149 or 14391447. OLE color: 14391447.

HSL color Cylindrical-coordinate representation of color #9798DB: hue angle of 239.12º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9798DB is Cyan = 0.31, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB151152219-
CMYK0.310.3100.14
HSL239.12º48.57%72.55%-
HSV(B)239.12º31.05%85.88%-
XYZ36.7834.1571.67-
YUV159.34161.67122.05-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.93%
GREEN value IS 152 (59.77% from 255) = 29.12%
BLUE value IS 219 (85.94% from 255) = 41.95%
R=28.93%
G=29.12%
B=41.95%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1511522190.310.3100.14239.1248.5772.55
Hex9798DB1F1F0Eef3149
Octal227230333373701635761111
Binary100101111001100011011011111111111101110111011111100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9798DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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