#998DED

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

Shades of Blue Bell #998DED

Tints of Blue Bell #998DED

Color information

#998DED (or 0x998DED) is unknown color: approx Blue Bell. HEX triplet: 99, 8D and ED. RGB value is (153,141,237). Sum of RGB (Red+Green+Blue) = 153+141+237=531 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.81% from 531); Green value is 141 (55.47% from 255 or 26.55% from 531); Blue value is 237 (92.97% from 255 or 44.63% from 531); Max value from RGB is 237 - color contains mainly: blue. Hex color #998DED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #998DED is #667212. Grayscale: #9B9B9B. Windows color (decimal): -6713875 or 15568281. OLE color: 15568281.

HSL color Cylindrical-coordinate representation of color #998DED: hue angle of 247.5º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #998DED is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB153141237-
CMYK0.350.4100.07
HSL247.5º72.73%74.12%-
HSV(B)247.5º40.51%92.94%-
XYZ37.9531.9484.29-
YUV155.53173.98126.19-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.81%
GREEN value IS 141 (55.47% from 255) = 26.55%
BLUE value IS 237 (92.97% from 255) = 44.63%
R=28.81%
G=26.55%
B=44.63%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1531412370.350.4100.07247.572.7374.12
Hex998DED232907f8494a
Octal231215355435107370111112
Binary10011001100011011110110110001110100101111111100010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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