#9A9BDE

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

Shades of Blue Bell #9A9BDE

Tints of Blue Bell #9A9BDE

Color information

#9A9BDE (or 0x9A9BDE) is unknown color: approx Blue Bell. HEX triplet: 9A, 9B and DE. RGB value is (154,155,222). Sum of RGB (Red+Green+Blue) = 154+155+222=531 (70% of max value = 765). Red value is 154 (60.55% from 255 or 29.00% from 531); Green value is 155 (60.94% from 255 or 29.19% 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 #9A9BDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A9BDE is #656421. Grayscale: #A2A2A2. Windows color (decimal): -6644770 or 14588826. OLE color: 14588826.

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

Color convert

RGB154155222-
CMYK0.310.3000.13
HSL239.12º50.75%73.73%-
HSV(B)239.12º30.63%87.06%-
XYZ38.2335.5973.96-
YUV162.34161.67122.05-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.00%
GREEN value IS 155 (60.94% from 255) = 29.19%
BLUE value IS 222 (87.11% from 255) = 41.81%
R=29.00%
G=29.19%
B=41.81%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1541552220.310.3000.13239.1250.7573.73
Hex9A9BDE1F1E0Def334a
Octal232233336373601535763112
Binary100110101001101111011110111111111001101111011111100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A9BDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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