#9FA3CF

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

Shades of Blue Bell #9FA3CF

Tints of Blue Bell #9FA3CF

Color information

#9FA3CF (or 0x9FA3CF) is unknown color: approx Blue Bell. HEX triplet: 9F, A3 and CF. RGB value is (159,163,207). Sum of RGB (Red+Green+Blue) = 159+163+207=529 (70% of max value = 765). Red value is 159 (62.5% from 255 or 30.06% from 529); Green value is 163 (64.06% from 255 or 30.81% from 529); Blue value is 207 (81.25% from 255 or 39.13% from 529); Max value from RGB is 207 - color contains mainly: blue. Hex color #9FA3CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FA3CF is #605C30. Grayscale: #A6A6A6. Windows color (decimal): -6315057 or 13607839. OLE color: 13607839.

HSL color Cylindrical-coordinate representation of color #9FA3CF: hue angle of 235º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9FA3CF is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB159163207-
CMYK0.230.2100.19
HSL235º33.33%71.76%-
HSV(B)235º23.19%81.18%-
XYZ38.6638.0764.34-
YUV166.82150.67122.42-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.06%
GREEN value IS 163 (64.06% from 255) = 30.81%
BLUE value IS 207 (81.25% from 255) = 39.13%
R=30.06%
G=30.81%
B=39.13%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1591632070.230.2100.1923533.3371.76
Hex9FA3CF1715013eb2148
Octal237243317272502335341110
Binary1001111110100011110011111011110101010011111010111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,163,207); }

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

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

 a { background-color: rgb(159,163,207); }

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

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

 span { border-color: rgb(159,163,207); }

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