#9B9ADC

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

Shades of Blue Bell #9B9ADC

Tints of Blue Bell #9B9ADC

Color information

#9B9ADC (or 0x9B9ADC) is unknown color: approx Blue Bell. HEX triplet: 9B, 9A and DC. RGB value is (155,154,220). Sum of RGB (Red+Green+Blue) = 155+154+220=529 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.30% from 529); Green value is 154 (60.55% from 255 or 29.11% 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 #9B9ADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B9ADC is #646523. Grayscale: #A1A1A1. Windows color (decimal): -6579492 or 14457499. OLE color: 14457499.

HSL color Cylindrical-coordinate representation of color #9B9ADC: hue angle of 240.91º 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 #9B9ADC is Cyan = 0.30, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB155154220-
CMYK0.300.300.14
HSL240.91º48.53%73.33%-
HSV(B)240.91º30%86.27%-
XYZ37.9935.2572.51-
YUV161.82160.83123.13-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.30%
GREEN value IS 154 (60.55% from 255) = 29.11%
BLUE value IS 220 (86.33% from 255) = 41.59%
R=29.30%
G=29.11%
B=41.59%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1551542200.300.300.14240.9148.5373.33
Hex9B9ADC1E1E0Ef13149
Octal233232334363601636161111
Binary100110111001101011011100111101111001110111100011100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,154,220); }

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

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

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

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

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

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

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