#9A9DBF

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

Shades of Blue Bell #9A9DBF

Tints of Blue Bell #9A9DBF

Color information

#9A9DBF (or 0x9A9DBF) is unknown color: approx Blue Bell. HEX triplet: 9A, 9D and BF. RGB value is (154,157,191). Sum of RGB (Red+Green+Blue) = 154+157+191=502 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.68% from 502); Green value is 157 (61.72% from 255 or 31.27% from 502); Blue value is 191 (75% from 255 or 38.05% from 502); Max value from RGB is 191 - color contains mainly: blue. Hex color #9A9DBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A9DBF is #656240. Grayscale: #9F9F9F. Windows color (decimal): -6644289 or 12557722. OLE color: 12557722.

HSL color Cylindrical-coordinate representation of color #9A9DBF: hue angle of 235.14º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9A9DBF is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB154157191-
CMYK0.190.1800.25
HSL235.14º22.42%67.65%-
HSV(B)235.14º19.37%74.9%-
XYZ34.7934.7554.16-
YUV159.98145.51123.74-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.68%
GREEN value IS 157 (61.72% from 255) = 31.27%
BLUE value IS 191 (75% from 255) = 38.05%
R=30.68%
G=31.27%
B=38.05%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1541571910.190.1800.25235.1422.4267.65
Hex9A9DBF1312019eb1644
Octal232235277232203135326104
Binary100110101001110110111111100111001001100111101011101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A9DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,157,191); }

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

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

 a { background-color: rgb(154,157,191); }

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

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

 span { border-color: rgb(154,157,191); }

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