#9A9FD3

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

Shades of Blue Bell #9A9FD3

Tints of Blue Bell #9A9FD3

Color information

#9A9FD3 (or 0x9A9FD3) is unknown color: approx Blue Bell. HEX triplet: 9A, 9F and D3. RGB value is (154,159,211). Sum of RGB (Red+Green+Blue) = 154+159+211=524 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.39% from 524); Green value is 159 (62.5% from 255 or 30.34% from 524); Blue value is 211 (82.81% from 255 or 40.27% from 524); Max value from RGB is 211 - color contains mainly: blue. Hex color #9A9FD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A9FD3 is #65602C. Grayscale: #A3A3A3. Windows color (decimal): -6643757 or 13868954. OLE color: 13868954.

HSL color Cylindrical-coordinate representation of color #9A9FD3: hue angle of 234.74º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9A9FD3 is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB154159211-
CMYK0.270.2500.17
HSL234.74º39.31%71.57%-
HSV(B)234.74º27.01%82.75%-
XYZ37.4836.3766.67-
YUV163.43154.84121.27-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.39%
GREEN value IS 159 (62.5% from 255) = 30.34%
BLUE value IS 211 (82.81% from 255) = 40.27%
R=29.39%
G=30.34%
B=40.27%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1541592110.270.2500.17234.7439.3171.57
Hex9A9FD31B19011eb2748
Octal232237323333102135347110
Binary1001101010011111110100111101111001010001111010111001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A9FD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,159,211); }

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

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

 a { background-color: rgb(154,159,211); }

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

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

 span { border-color: rgb(154,159,211); }

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