#9A9BD8

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

Shades of Blue Bell #9A9BD8

Tints of Blue Bell #9A9BD8

Color information

#9A9BD8 (or 0x9A9BD8) is unknown color: approx Blue Bell. HEX triplet: 9A, 9B and D8. RGB value is (154,155,216). Sum of RGB (Red+Green+Blue) = 154+155+216=525 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.33% from 525); Green value is 155 (60.94% from 255 or 29.52% from 525); Blue value is 216 (84.77% from 255 or 41.14% from 525); Max value from RGB is 216 - color contains mainly: blue. Hex color #9A9BD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A9BD8 is #656427. Grayscale: #A1A1A1. Windows color (decimal): -6644776 or 14195610. OLE color: 14195610.

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

Color convert

RGB154155216-
CMYK0.290.2800.15
HSL239.03º44.29%72.55%-
HSV(B)239.03º28.7%84.71%-
XYZ37.4435.2769.8-
YUV161.66158.67122.54-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.33%
GREEN value IS 155 (60.94% from 255) = 29.52%
BLUE value IS 216 (84.77% from 255) = 41.14%
R=29.33%
G=29.52%
B=41.14%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1541552160.290.2800.15239.0344.2972.55
Hex9A9BD81D1C0Fef2c49
Octal232233330353401735754111
Binary100110101001101111011000111011110001111111011111011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A9BD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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