#9C99DA

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

Shades of Blue Bell #9C99DA

Tints of Blue Bell #9C99DA

Color information

#9C99DA (or 0x9C99DA) is unknown color: approx Blue Bell. HEX triplet: 9C, 99 and DA. RGB value is (156,153,218). Sum of RGB (Red+Green+Blue) = 156+153+218=527 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.60% from 527); Green value is 153 (60.16% from 255 or 29.03% from 527); Blue value is 218 (85.55% from 255 or 41.37% from 527); Max value from RGB is 218 - color contains mainly: blue. Hex color #9C99DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C99DA is #636625. Grayscale: #A1A1A1. Windows color (decimal): -6514214 or 14326172. OLE color: 14326172.

HSL color Cylindrical-coordinate representation of color #9C99DA: hue angle of 242.77º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9C99DA is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB156153218-
CMYK0.280.3000.15
HSL242.77º46.76%72.75%-
HSV(B)242.77º29.82%85.49%-
XYZ37.7634.9171.08-
YUV161.31159.99124.21-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.60%
GREEN value IS 153 (60.16% from 255) = 29.03%
BLUE value IS 218 (85.55% from 255) = 41.37%
R=29.60%
G=29.03%
B=41.37%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1561532180.280.3000.15242.7746.7672.75
Hex9C99DA1C1E0Ff32f49
Octal234231332343601736357111
Binary100111001001100111011010111001111001111111100111011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C99DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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