#998AE2

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

Shades of Blue Bell #998AE2

Tints of Blue Bell #998AE2

Color information

#998AE2 (or 0x998AE2) is unknown color: approx Blue Bell. HEX triplet: 99, 8A and E2. RGB value is (153,138,226). Sum of RGB (Red+Green+Blue) = 153+138+226=517 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.59% from 517); Green value is 138 (54.30% from 255 or 26.69% from 517); Blue value is 226 (88.67% from 255 or 43.71% from 517); Max value from RGB is 226 - color contains mainly: blue. Hex color #998AE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998AE2 is #66751D. Grayscale: #989898. Windows color (decimal): -6714654 or 14846617. OLE color: 14846617.

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

Color convert

RGB153138226-
CMYK0.320.3900.11
HSL250.23º60.27%71.37%-
HSV(B)250.23º38.94%88.63%-
XYZ35.9530.4475.93-
YUV152.52169.47128.34-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.59%
GREEN value IS 138 (54.30% from 255) = 26.69%
BLUE value IS 226 (88.67% from 255) = 43.71%
R=29.59%
G=26.69%
B=43.71%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1531382260.320.3900.11250.2360.2771.37
Hex998AE220270Bfa3c47
Octal231212342404701337274107
Binary10011001100010101110001010000010011101011111110101111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998AE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998AE2; }

 p { color: rgb(153,138,226); }

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

<style>
 a { background-color: #998AE2; }

 a { background-color: rgb(153,138,226); }

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

<style>
 span { border-color: #998AE2; }

 span { border-color: rgb(153,138,226); }

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