#9A98C1

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

Shades of Blue Bell #9A98C1

Tints of Blue Bell #9A98C1

Color information

#9A98C1 (or 0x9A98C1) is unknown color: approx Blue Bell. HEX triplet: 9A, 98 and C1. RGB value is (154,152,193). Sum of RGB (Red+Green+Blue) = 154+152+193=499 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.86% from 499); Green value is 152 (59.77% from 255 or 30.46% from 499); Blue value is 193 (75.78% from 255 or 38.68% from 499); Max value from RGB is 193 - color contains mainly: blue. Hex color #9A98C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A98C1 is #65673E. Grayscale: #9D9D9D. Windows color (decimal): -6645567 or 12687514. OLE color: 12687514.

HSL color Cylindrical-coordinate representation of color #9A98C1: hue angle of 242.93º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9A98C1 is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB154152193-
CMYK0.200.2100.24
HSL242.93º24.85%67.65%-
HSV(B)242.93º21.24%75.69%-
XYZ34.1833.1855.05-
YUV157.27148.16125.67-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.86%
GREEN value IS 152 (59.77% from 255) = 30.46%
BLUE value IS 193 (75.78% from 255) = 38.68%
R=30.86%
G=30.46%
B=38.68%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1541521930.200.2100.24242.9324.8567.65
Hex9A98C11415018f31944
Octal232230301242503036331104
Binary100110101001100011000001101001010101100011110011110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A98C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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