#9A8BDA

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

Shades of Blue Bell #9A8BDA

Tints of Blue Bell #9A8BDA

Color information

#9A8BDA (or 0x9A8BDA) is unknown color: approx Blue Bell. HEX triplet: 9A, 8B and DA. RGB value is (154,139,218). Sum of RGB (Red+Green+Blue) = 154+139+218=511 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.14% from 511); Green value is 139 (54.69% from 255 or 27.20% from 511); Blue value is 218 (85.55% from 255 or 42.66% from 511); Max value from RGB is 218 - color contains mainly: blue. Hex color #9A8BDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A8BDA is #657425. Grayscale: #989898. Windows color (decimal): -6648870 or 14322586. OLE color: 14322586.

HSL color Cylindrical-coordinate representation of color #9A8BDA: hue angle of 251.39º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9A8BDA is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB154139218-
CMYK0.290.3600.15
HSL251.39º51.63%70%-
HSV(B)251.39º36.24%85.49%-
XYZ35.2130.470.34-
YUV152.49164.97129.08-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.14%
GREEN value IS 139 (54.69% from 255) = 27.20%
BLUE value IS 218 (85.55% from 255) = 42.66%
R=30.14%
G=27.20%
B=42.66%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1541392180.290.3600.15251.3951.6370
Hex9A8BDA1D240Ffb3446
Octal232213332354401737364106
Binary1001101010001011110110101110110010001111111110111101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A8BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,139,218); }

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

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

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

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

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

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

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