#9998CE

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

Shades of Blue Bell #9998CE

Tints of Blue Bell #9998CE

Color information

#9998CE (or 0x9998CE) is unknown color: approx Blue Bell. HEX triplet: 99, 98 and CE. RGB value is (153,152,206). Sum of RGB (Red+Green+Blue) = 153+152+206=511 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.94% from 511); Green value is 152 (59.77% from 255 or 29.75% from 511); Blue value is 206 (80.86% from 255 or 40.31% from 511); Max value from RGB is 206 - color contains mainly: blue. Hex color #9998CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9998CE is #666731. Grayscale: #9E9E9E. Windows color (decimal): -6711090 or 13539481. OLE color: 13539481.

HSL color Cylindrical-coordinate representation of color #9998CE: hue angle of 241.11º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9998CE is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB153152206-
CMYK0.260.2600.19
HSL241.11º35.53%70.2%-
HSV(B)241.11º26.21%80.78%-
XYZ35.5133.6963.02-
YUV158.46154.83124.11-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.94%
GREEN value IS 152 (59.77% from 255) = 29.75%
BLUE value IS 206 (80.86% from 255) = 40.31%
R=29.94%
G=29.75%
B=40.31%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1531522060.260.2600.19241.1135.5370.2
Hex9998CE1A1A013f12446
Octal231230316323202336144106
Binary1001100110011000110011101101011010010011111100011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9998CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9998CE; }

 p { color: rgb(153,152,206); }

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

<style>
 a { background-color: #9998CE; }

 a { background-color: rgb(153,152,206); }

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

<style>
 span { border-color: #9998CE; }

 span { border-color: rgb(153,152,206); }

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