#998BE8

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

Shades of Blue Bell #998BE8

Tints of Blue Bell #998BE8

Color information

#998BE8 (or 0x998BE8) is unknown color: approx Blue Bell. HEX triplet: 99, 8B and E8. RGB value is (153,139,232). Sum of RGB (Red+Green+Blue) = 153+139+232=524 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.20% from 524); Green value is 139 (54.69% from 255 or 26.53% from 524); Blue value is 232 (91.02% from 255 or 44.27% from 524); Max value from RGB is 232 - color contains mainly: blue. Hex color #998BE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #998BE8 is #667417. Grayscale: #999999. Windows color (decimal): -6714392 or 15240089. OLE color: 15240089.

HSL color Cylindrical-coordinate representation of color #998BE8: hue angle of 249.03º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #998BE8 is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB153139232-
CMYK0.340.4000.09
HSL249.03º66.91%72.75%-
HSV(B)249.03º40.09%90.98%-
XYZ36.9331.0680.39-
YUV153.79172.14127.44-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.20%
GREEN value IS 139 (54.69% from 255) = 26.53%
BLUE value IS 232 (91.02% from 255) = 44.27%
R=29.20%
G=26.53%
B=44.27%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1531392320.340.4000.09249.0366.9172.75
Hex998BE8222809f94349
Octal2312133504250011371103111
Binary100110011000101111101000100010101000010011111100110000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998BE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,139,232); }

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

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

 a { background-color: rgb(153,139,232); }

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

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

 span { border-color: rgb(153,139,232); }

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