#9C9DD0

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

Shades of Blue Bell #9C9DD0

Tints of Blue Bell #9C9DD0

Color information

#9C9DD0 (or 0x9C9DD0) is unknown color: approx Blue Bell. HEX triplet: 9C, 9D and D0. RGB value is (156,157,208). Sum of RGB (Red+Green+Blue) = 156+157+208=521 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.94% from 521); Green value is 157 (61.72% from 255 or 30.13% from 521); Blue value is 208 (81.64% from 255 or 39.92% from 521); Max value from RGB is 208 - color contains mainly: blue. Hex color #9C9DD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C9DD0 is #63622F. Grayscale: #A2A2A2. Windows color (decimal): -6513200 or 13671836. OLE color: 13671836.

HSL color Cylindrical-coordinate representation of color #9C9DD0: hue angle of 238.85º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9C9DD0 is Cyan = 0.25, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB156157208-
CMYK0.250.2500.18
HSL238.85º35.62%71.37%-
HSV(B)238.85º25%81.57%-
XYZ37.1535.7464.61-
YUV162.51153.67123.35-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.94%
GREEN value IS 157 (61.72% from 255) = 30.13%
BLUE value IS 208 (81.64% from 255) = 39.92%
R=29.94%
G=30.13%
B=39.92%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1561572080.250.2500.18238.8535.6271.37
Hex9C9DD01919012ef2447
Octal234235320313102235744107
Binary1001110010011101110100001100111001010010111011111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,157,208); }

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

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

 a { background-color: rgb(156,157,208); }

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

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

 span { border-color: rgb(156,157,208); }

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