#9A8BDC

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

Shades of Blue Bell #9A8BDC

Tints of Blue Bell #9A8BDC

Color information

#9A8BDC (or 0x9A8BDC) is unknown color: approx Blue Bell. HEX triplet: 9A, 8B and DC. RGB value is (154,139,220). Sum of RGB (Red+Green+Blue) = 154+139+220=513 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.02% from 513); Green value is 139 (54.69% from 255 or 27.10% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 220 - color contains mainly: blue. Hex color #9A8BDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A8BDC is #657423. Grayscale: #989898. Windows color (decimal): -6648868 or 14453658. OLE color: 14453658.

HSL color Cylindrical-coordinate representation of color #9A8BDC: hue angle of 251.11º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9A8BDC is Cyan = 0.3, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB154139220-
CMYK0.30.3700.14
HSL251.11º53.64%70.39%-
HSV(B)251.11º36.82%86.27%-
XYZ35.4830.571.73-
YUV152.72165.97128.91-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.02%
GREEN value IS 139 (54.69% from 255) = 27.10%
BLUE value IS 220 (86.33% from 255) = 42.88%
R=30.02%
G=27.10%
B=42.88%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1541392200.30.3700.14251.1153.6470.39
Hex9A8BDC1E250Efb3646
Octal232213334364501637366106
Binary1001101010001011110111001111010010101110111110111101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A8BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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