#9C99DE

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

Shades of Blue Bell #9C99DE

Tints of Blue Bell #9C99DE

Color information

#9C99DE (or 0x9C99DE) is unknown color: approx Blue Bell. HEX triplet: 9C, 99 and DE. RGB value is (156,153,222). Sum of RGB (Red+Green+Blue) = 156+153+222=531 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.38% from 531); Green value is 153 (60.16% from 255 or 28.81% from 531); Blue value is 222 (87.11% from 255 or 41.81% from 531); Max value from RGB is 222 - color contains mainly: blue. Hex color #9C99DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C99DE is #636621. Grayscale: #A1A1A1. Windows color (decimal): -6514210 or 14588316. OLE color: 14588316.

HSL color Cylindrical-coordinate representation of color #9C99DE: hue angle of 242.61º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9C99DE is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB156153222-
CMYK0.300.3100.13
HSL242.61º51.11%73.53%-
HSV(B)242.61º31.08%87.06%-
XYZ38.2935.1273.87-
YUV161.76161.99123.89-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.38%
GREEN value IS 153 (60.16% from 255) = 28.81%
BLUE value IS 222 (87.11% from 255) = 41.81%
R=29.38%
G=28.81%
B=41.81%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1561532220.300.3100.13242.6151.1173.53
Hex9C99DE1E1F0Df3334a
Octal234231336363701536363112
Binary100111001001100111011110111101111101101111100111100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C99DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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