#9799DC

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

Shades of Blue Bell #9799DC

Tints of Blue Bell #9799DC

Color information

#9799DC (or 0x9799DC) is unknown color: approx Blue Bell. HEX triplet: 97, 99 and DC. RGB value is (151,153,220). Sum of RGB (Red+Green+Blue) = 151+153+220=524 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.82% from 524); Green value is 153 (60.16% from 255 or 29.20% from 524); Blue value is 220 (86.33% from 255 or 41.98% from 524); Max value from RGB is 220 - color contains mainly: blue. Hex color #9799DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9799DC is #686623. Grayscale: #9F9F9F. Windows color (decimal): -6841892 or 14457239. OLE color: 14457239.

HSL color Cylindrical-coordinate representation of color #9799DC: hue angle of 238.26º degrees, saturation: 0.5, 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 #9799DC is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB151153220-
CMYK0.310.3000.14
HSL238.26º49.64%72.75%-
HSV(B)238.26º31.36%86.27%-
XYZ37.0734.5372.42-
YUV160.04161.84121.55-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.82%
GREEN value IS 153 (60.16% from 255) = 29.20%
BLUE value IS 220 (86.33% from 255) = 41.98%
R=28.82%
G=29.20%
B=41.98%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1511532200.310.3000.14238.2649.6472.75
Hex9799DC1F1E0Eee3249
Octal227231334373601635662111
Binary100101111001100111011100111111111001110111011101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9799DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,153,220); }

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

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

 a { background-color: rgb(151,153,220); }

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

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

 span { border-color: rgb(151,153,220); }

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