#9A8DED

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

Shades of Blue Bell #9A8DED

Tints of Blue Bell #9A8DED

Color information

#9A8DED (or 0x9A8DED) is unknown color: approx Blue Bell. HEX triplet: 9A, 8D and ED. RGB value is (154,141,237). Sum of RGB (Red+Green+Blue) = 154+141+237=532 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.95% from 532); Green value is 141 (55.47% from 255 or 26.50% from 532); Blue value is 237 (92.97% from 255 or 44.55% from 532); Max value from RGB is 237 - color contains mainly: blue. Hex color #9A8DED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A8DED is #657212. Grayscale: #9B9B9B. Windows color (decimal): -6648339 or 15568282. OLE color: 15568282.

HSL color Cylindrical-coordinate representation of color #9A8DED: hue angle of 248.12º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9A8DED is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB154141237-
CMYK0.350.4100.07
HSL248.12º72.73%74.12%-
HSV(B)248.12º40.51%92.94%-
XYZ38.1432.0384.29-
YUV155.83173.81126.69-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.95%
GREEN value IS 141 (55.47% from 255) = 26.50%
BLUE value IS 237 (92.97% from 255) = 44.55%
R=28.95%
G=26.50%
B=44.55%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1541412370.350.4100.07248.1272.7374.12
Hex9A8DED232907f8494a
Octal232215355435107370111112
Binary10011010100011011110110110001110100101111111100010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A8DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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