#9998CC

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

Shades of Blue Bell #9998CC

Tints of Blue Bell #9998CC

Color information

#9998CC (or 0x9998CC) is unknown color: approx Blue Bell. HEX triplet: 99, 98 and CC. RGB value is (153,152,204). Sum of RGB (Red+Green+Blue) = 153+152+204=509 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.06% from 509); Green value is 152 (59.77% from 255 or 29.86% from 509); Blue value is 204 (80.08% from 255 or 40.08% from 509); Max value from RGB is 204 - color contains mainly: blue. Hex color #9998CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9998CC is #666733. Grayscale: #9E9E9E. Windows color (decimal): -6711092 or 13408409. OLE color: 13408409.

HSL color Cylindrical-coordinate representation of color #9998CC: hue angle of 241.15º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9998CC is Cyan = 0.25, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB153152204-
CMYK0.250.2500.2
HSL241.15º33.77%69.8%-
HSV(B)241.15º25.49%80%-
XYZ35.2633.5961.75-
YUV158.23153.83124.27-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.06%
GREEN value IS 152 (59.77% from 255) = 29.86%
BLUE value IS 204 (80.08% from 255) = 40.08%
R=30.06%
G=29.86%
B=40.08%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1531522040.250.2500.2241.1533.7769.8
Hex9998CC1919014f12246
Octal231230314313102436142106
Binary1001100110011000110011001100111001010100111100011000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9998CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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