#9FA4D1

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

Shades of Blue Bell #9FA4D1

Tints of Blue Bell #9FA4D1

Color information

#9FA4D1 (or 0x9FA4D1) is unknown color: approx Blue Bell. HEX triplet: 9F, A4 and D1. RGB value is (159,164,209). Sum of RGB (Red+Green+Blue) = 159+164+209=532 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.89% from 532); Green value is 164 (64.45% from 255 or 30.83% from 532); Blue value is 209 (82.03% from 255 or 39.29% from 532); Max value from RGB is 209 - color contains mainly: blue. Hex color #9FA4D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FA4D1 is #605B2E. Grayscale: #A7A7A7. Windows color (decimal): -6314799 or 13739167. OLE color: 13739167.

HSL color Cylindrical-coordinate representation of color #9FA4D1: hue angle of 234º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9FA4D1 is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB159164209-
CMYK0.240.2200.18
HSL234º35.21%72.16%-
HSV(B)234º23.92%81.96%-
XYZ39.0838.5365.7-
YUV167.64151.34121.84-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.89%
GREEN value IS 164 (64.45% from 255) = 30.83%
BLUE value IS 209 (82.03% from 255) = 39.29%
R=29.89%
G=30.83%
B=39.29%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1591642090.240.2200.1823435.2172.16
Hex9FA4D11816012ea2348
Octal237244321302602235243110
Binary1001111110100100110100011100010110010010111010101000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA4D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,164,209); }

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

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

 a { background-color: rgb(159,164,209); }

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

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

 span { border-color: rgb(159,164,209); }

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