#9A98D8

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

Shades of Blue Bell #9A98D8

Tints of Blue Bell #9A98D8

Color information

#9A98D8 (or 0x9A98D8) is unknown color: approx Blue Bell. HEX triplet: 9A, 98 and D8. RGB value is (154,152,216). Sum of RGB (Red+Green+Blue) = 154+152+216=522 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.50% from 522); Green value is 152 (59.77% from 255 or 29.12% from 522); Blue value is 216 (84.77% from 255 or 41.38% from 522); Max value from RGB is 216 - color contains mainly: blue. Hex color #9A98D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A98D8 is #656727. Grayscale: #9F9F9F. Windows color (decimal): -6645544 or 14194842. OLE color: 14194842.

HSL color Cylindrical-coordinate representation of color #9A98D8: hue angle of 241.88º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9A98D8 is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB154152216-
CMYK0.290.3000.15
HSL241.88º45.07%72.16%-
HSV(B)241.88º29.63%84.71%-
XYZ36.9534.2869.64-
YUV159.89159.66123.8-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.50%
GREEN value IS 152 (59.77% from 255) = 29.12%
BLUE value IS 216 (84.77% from 255) = 41.38%
R=29.50%
G=29.12%
B=41.38%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1541522160.290.3000.15241.8845.0772.16
Hex9A98D81D1E0Ff22d48
Octal232230330353601736255110
Binary100110101001100011011000111011111001111111100101011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A98D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,152,216); }

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

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

 a { background-color: rgb(154,152,216); }

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

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

 span { border-color: rgb(154,152,216); }

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