#9FA4CB

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

Shades of Blue Bell #9FA4CB

Tints of Blue Bell #9FA4CB

Color information

#9FA4CB (or 0x9FA4CB) is unknown color: approx Blue Bell. HEX triplet: 9F, A4 and CB. RGB value is (159,164,203). Sum of RGB (Red+Green+Blue) = 159+164+203=526 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.23% from 526); Green value is 164 (64.45% from 255 or 31.18% from 526); Blue value is 203 (79.69% from 255 or 38.59% from 526); Max value from RGB is 203 - color contains mainly: blue. Hex color #9FA4CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FA4CB is #605B34. Grayscale: #A6A6A6. Windows color (decimal): -6314805 or 13345951. OLE color: 13345951.

HSL color Cylindrical-coordinate representation of color #9FA4CB: hue angle of 233.18º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9FA4CB is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB159164203-
CMYK0.220.1900.20
HSL233.18º29.73%70.98%-
HSV(B)233.18º21.67%79.61%-
XYZ38.3538.2361.86-
YUV166.95148.34122.33-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.23%
GREEN value IS 164 (64.45% from 255) = 31.18%
BLUE value IS 203 (79.69% from 255) = 38.59%
R=30.23%
G=31.18%
B=38.59%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1591642030.220.1900.20233.1829.7370.98
Hex9FA4CB1613014e91e47
Octal237244313262302435136107
Binary100111111010010011001011101101001101010011101001111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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