#9A8BE2

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

Shades of Blue Bell #9A8BE2

Tints of Blue Bell #9A8BE2

Color information

#9A8BE2 (or 0x9A8BE2) is unknown color: approx Blue Bell. HEX triplet: 9A, 8B and E2. RGB value is (154,139,226). Sum of RGB (Red+Green+Blue) = 154+139+226=519 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.67% from 519); Green value is 139 (54.69% from 255 or 26.78% from 519); Blue value is 226 (88.67% from 255 or 43.55% from 519); Max value from RGB is 226 - color contains mainly: blue. Hex color #9A8BE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A8BE2 is #65741D. Grayscale: #999999. Windows color (decimal): -6648862 or 14846874. OLE color: 14846874.

HSL color Cylindrical-coordinate representation of color #9A8BE2: hue angle of 250.34º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9A8BE2 is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB154139226-
CMYK0.320.3800.11
HSL250.34º60%71.57%-
HSV(B)250.34º38.5%88.63%-
XYZ36.2930.8375.99-
YUV153.4168.97128.43-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.67%
GREEN value IS 139 (54.69% from 255) = 26.78%
BLUE value IS 226 (88.67% from 255) = 43.55%
R=29.67%
G=26.78%
B=43.55%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1541392260.320.3800.11250.346071.57
Hex9A8BE220260Bfa3c48
Octal232213342404601337274110
Binary10011010100010111110001010000010011001011111110101111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A8BE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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