#9C99DC

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

Shades of Blue Bell #9C99DC

Tints of Blue Bell #9C99DC

Color information

#9C99DC (or 0x9C99DC) is unknown color: approx Blue Bell. HEX triplet: 9C, 99 and DC. RGB value is (156,153,220). Sum of RGB (Red+Green+Blue) = 156+153+220=529 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.49% from 529); Green value is 153 (60.16% from 255 or 28.92% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 220 - color contains mainly: blue. Hex color #9C99DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C99DC is #636623. Grayscale: #A1A1A1. Windows color (decimal): -6514212 or 14457244. OLE color: 14457244.

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

Color convert

RGB156153220-
CMYK0.290.3000.14
HSL242.69º48.91%73.14%-
HSV(B)242.69º30.45%86.27%-
XYZ38.0235.0272.47-
YUV161.54160.99124.05-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.49%
GREEN value IS 153 (60.16% from 255) = 28.92%
BLUE value IS 220 (86.33% from 255) = 41.59%
R=29.49%
G=28.92%
B=41.59%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1561532200.290.3000.14242.6948.9173.14
Hex9C99DC1D1E0Ef33149
Octal234231334353601636361111
Binary100111001001100111011100111011111001110111100111100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C99DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C99DC; }

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

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

<style>
 a { background-color: #9C99DC; }

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

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

<style>
 span { border-color: #9C99DC; }

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

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