#9A8DD0

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

Shades of Blue Bell #9A8DD0

Tints of Blue Bell #9A8DD0

Color information

#9A8DD0 (or 0x9A8DD0) is unknown color: approx Blue Bell. HEX triplet: 9A, 8D and D0. RGB value is (154,141,208). Sum of RGB (Red+Green+Blue) = 154+141+208=503 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.62% from 503); Green value is 141 (55.47% from 255 or 28.03% from 503); Blue value is 208 (81.64% from 255 or 41.35% from 503); Max value from RGB is 208 - color contains mainly: blue. Hex color #9A8DD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A8DD0 is #65722F. Grayscale: #989898. Windows color (decimal): -6648368 or 13667738. OLE color: 13667738.

HSL color Cylindrical-coordinate representation of color #9A8DD0: hue angle of 251.64º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9A8DD0 is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB154141208-
CMYK0.260.3200.18
HSL251.64º41.61%68.43%-
HSV(B)251.64º32.21%81.57%-
XYZ34.2430.4763.75-
YUV152.52159.31129.05-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.62%
GREEN value IS 141 (55.47% from 255) = 28.03%
BLUE value IS 208 (81.64% from 255) = 41.35%
R=30.62%
G=28.03%
B=41.35%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1541412080.260.3200.18251.6441.6168.43
Hex9A8DD01A20012fc2a44
Octal232215320324002237452104
Binary10011010100011011101000011010100000010010111111001010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A8DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,141,208); }

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

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

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

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

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

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

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