#998CE1

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

Shades of Blue Bell #998CE1

Tints of Blue Bell #998CE1

Color information

#998CE1 (or 0x998CE1) is unknown color: approx Blue Bell. HEX triplet: 99, 8C and E1. RGB value is (153,140,225). Sum of RGB (Red+Green+Blue) = 153+140+225=518 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.54% from 518); Green value is 140 (55.08% from 255 or 27.03% from 518); Blue value is 225 (88.28% from 255 or 43.44% from 518); Max value from RGB is 225 - color contains mainly: blue. Hex color #998CE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998CE1 is #66731E. Grayscale: #999999. Windows color (decimal): -6714143 or 14781593. OLE color: 14781593.

HSL color Cylindrical-coordinate representation of color #998CE1: hue angle of 249.18º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #998CE1 is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB153140225-
CMYK0.320.3800.12
HSL249.18º58.62%71.57%-
HSV(B)249.18º37.78%88.24%-
XYZ36.1130.9675.31-
YUV153.58168.31127.59-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.54%
GREEN value IS 140 (55.08% from 255) = 27.03%
BLUE value IS 225 (88.28% from 255) = 43.44%
R=29.54%
G=27.03%
B=43.44%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1531402250.320.3800.12249.1858.6271.57
Hex998CE120260Cf93b48
Octal231214341404601437173110
Binary10011001100011001110000110000010011001100111110011110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998CE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,140,225); }

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

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

 a { background-color: rgb(153,140,225); }

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

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

 span { border-color: rgb(153,140,225); }

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