#998DE2

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

Shades of Blue Bell #998DE2

Tints of Blue Bell #998DE2

Color information

#998DE2 (or 0x998DE2) is unknown color: approx Blue Bell. HEX triplet: 99, 8D and E2. RGB value is (153,141,226). Sum of RGB (Red+Green+Blue) = 153+141+226=520 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.42% from 520); Green value is 141 (55.47% from 255 or 27.12% from 520); Blue value is 226 (88.67% from 255 or 43.46% from 520); Max value from RGB is 226 - color contains mainly: blue. Hex color #998DE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998DE2 is #66721D. Grayscale: #999999. Windows color (decimal): -6713886 or 14847385. OLE color: 14847385.

HSL color Cylindrical-coordinate representation of color #998DE2: hue angle of 248.47º degrees, saturation: 0.59, 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 #998DE2 is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB153141226-
CMYK0.320.3800.11
HSL248.47º59.44%71.96%-
HSV(B)248.47º37.61%88.63%-
XYZ36.3931.3176.08-
YUV154.28168.48127.09-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.42%
GREEN value IS 141 (55.47% from 255) = 27.12%
BLUE value IS 226 (88.67% from 255) = 43.46%
R=29.42%
G=27.12%
B=43.46%

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
Decimal1531412260.320.3800.11248.4759.4471.96
Hex998DE220260Bf83b48
Octal231215342404601337073110
Binary10011001100011011110001010000010011001011111110001110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998DE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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