#9FA3DA

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

Shades of Blue Bell #9FA3DA

Tints of Blue Bell #9FA3DA

Color information

#9FA3DA (or 0x9FA3DA) is unknown color: approx Blue Bell. HEX triplet: 9F, A3 and DA. RGB value is (159,163,218). Sum of RGB (Red+Green+Blue) = 159+163+218=540 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.44% from 540); Green value is 163 (64.06% from 255 or 30.19% from 540); Blue value is 218 (85.55% from 255 or 40.37% from 540); Max value from RGB is 218 - color contains mainly: blue. Hex color #9FA3DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FA3DA is #605C25. Grayscale: #A7A7A7. Windows color (decimal): -6315046 or 14328735. OLE color: 14328735.

HSL color Cylindrical-coordinate representation of color #9FA3DA: hue angle of 235.93º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9FA3DA is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB159163218-
CMYK0.270.2500.15
HSL235.93º44.36%73.92%-
HSV(B)235.93º27.06%85.49%-
XYZ40.0538.6371.67-
YUV168.07156.17121.53-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.44%
GREEN value IS 163 (64.06% from 255) = 30.19%
BLUE value IS 218 (85.55% from 255) = 40.37%
R=29.44%
G=30.19%
B=40.37%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1591632180.270.2500.15235.9344.3673.92
Hex9FA3DA1B190Fec2c4a
Octal237243332333101735454112
Binary100111111010001111011010110111100101111111011001011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA3DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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