#9A9BD3

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

Shades of Blue Bell #9A9BD3

Tints of Blue Bell #9A9BD3

Color information

#9A9BD3 (or 0x9A9BD3) is unknown color: approx Blue Bell. HEX triplet: 9A, 9B and D3. RGB value is (154,155,211). Sum of RGB (Red+Green+Blue) = 154+155+211=520 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.62% from 520); Green value is 155 (60.94% from 255 or 29.81% from 520); Blue value is 211 (82.81% from 255 or 40.58% from 520); Max value from RGB is 211 - color contains mainly: blue. Hex color #9A9BD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A9BD3 is #65642C. Grayscale: #A0A0A0. Windows color (decimal): -6644781 or 13867930. OLE color: 13867930.

HSL color Cylindrical-coordinate representation of color #9A9BD3: hue angle of 238.95º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9A9BD3 is Cyan = 0.27, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB154155211-
CMYK0.270.2700.17
HSL238.95º39.31%71.57%-
HSV(B)238.95º27.01%82.75%-
XYZ36.8135.0266.45-
YUV161.08156.17122.95-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.62%
GREEN value IS 155 (60.94% from 255) = 29.81%
BLUE value IS 211 (82.81% from 255) = 40.58%
R=29.62%
G=29.81%
B=40.58%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1541552110.270.2700.17238.9539.3171.57
Hex9A9BD31B1B011ef2748
Octal232233323333302135747110
Binary1001101010011011110100111101111011010001111011111001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A9BD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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