#9797DC

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

Shades of Blue Bell #9797DC

Tints of Blue Bell #9797DC

Color information

#9797DC (or 0x9797DC) is unknown color: approx Blue Bell. HEX triplet: 97, 97 and DC. RGB value is (151,151,220). Sum of RGB (Red+Green+Blue) = 151+151+220=522 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.93% from 522); Green value is 151 (59.38% from 255 or 28.93% from 522); Blue value is 220 (86.33% from 255 or 42.15% from 522); Max value from RGB is 220 - color contains mainly: blue. Hex color #9797DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9797DC is #686823. Grayscale: #9E9E9E. Windows color (decimal): -6842404 or 14456727. OLE color: 14456727.

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

Color convert

RGB151151220-
CMYK0.310.3100.14
HSL240º49.64%72.75%-
HSV(B)240º31.36%86.27%-
XYZ36.7533.8872.31-
YUV158.87162.5122.39-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.93%
GREEN value IS 151 (59.38% from 255) = 28.93%
BLUE value IS 220 (86.33% from 255) = 42.15%
R=28.93%
G=28.93%
B=42.15%

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
Decimal1511512200.310.3100.1424049.6472.75
Hex9797DC1F1F0Ef03249
Octal227227334373701636062111
Binary100101111001011111011100111111111101110111100001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9797DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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