#9a9adf

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

Shades of Blue Bell #9A9ADF

Tints of Blue Bell #9A9ADF

Color information

#9A9ADF (or 0x9A9ADF) is unknown color: approx Blue Bell. HEX triplet: 9A, 9A and DF. RGB value is (154,154,223). Sum of RGB (Red+Green+Blue) = 154+154+223=531 (70% of max value = 765). Red value is 154 (60.55% from 255 or 29.00% from 531); Green value is 154 (60.55% from 255 or 29.00% from 531); Blue value is 223 (87.5% from 255 or 42.00% from 531); Max value from RGB is 223 - color contains mainly: blue. Hex color #9A9ADF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A9ADF is #656520. Grayscale: #A1A1A1. Windows color (decimal): -6645025 or 14654106. OLE color: 14654106.

HSL color Cylindrical-coordinate representation of color #9A9ADF: hue angle of 240º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9A9ADF is Cyan = 0.31, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB154154223-
CMYK0.310.3100.13
HSL240º51.88%73.92%-
HSV(B)240º30.94%87.45%-
XYZ38.235.3174.61-
YUV161.87162.5122.39-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.00%
GREEN value IS 154 (60.55% from 255) = 29.00%
BLUE value IS 223 (87.5% from 255) = 42.00%
R=29.00%
G=29.00%
B=42.00%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1541542230.310.3100.1324051.8873.92
Hex9A9ADF1F1F0Df0344a
Octal232232337373701536064112
Binary100110101001101011011111111111111101101111100001101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9a9adf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,154,223); }

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

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

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

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

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

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

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