#9FA4DA

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

Shades of Blue Bell #9FA4DA

Tints of Blue Bell #9FA4DA

Color information

#9FA4DA (or 0x9FA4DA) is unknown color: approx Blue Bell. HEX triplet: 9F, A4 and DA. RGB value is (159,164,218). Sum of RGB (Red+Green+Blue) = 159+164+218=541 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.39% from 541); Green value is 164 (64.45% from 255 or 30.31% from 541); Blue value is 218 (85.55% from 255 or 40.30% from 541); Max value from RGB is 218 - color contains mainly: blue. Hex color #9FA4DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FA4DA is #605B25. Grayscale: #A8A8A8. Windows color (decimal): -6314790 or 14328991. OLE color: 14328991.

HSL color Cylindrical-coordinate representation of color #9FA4DA: hue angle of 234.92º 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 #9FA4DA is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB159164218-
CMYK0.270.2500.15
HSL234.92º44.36%73.92%-
HSV(B)234.92º27.06%85.49%-
XYZ40.2338.9871.73-
YUV168.66155.84121.11-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.39%
GREEN value IS 164 (64.45% from 255) = 30.31%
BLUE value IS 218 (85.55% from 255) = 40.30%
R=29.39%
G=30.31%
B=40.30%

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
Decimal1591642180.270.2500.15234.9244.3673.92
Hex9FA4DA1B190Feb2c4a
Octal237244332333101735354112
Binary100111111010010011011010110111100101111111010111011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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