#998FCC

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

Shades of Blue Bell #998FCC

Tints of Blue Bell #998FCC

Color information

#998FCC (or 0x998FCC) is unknown color: approx Blue Bell. HEX triplet: 99, 8F and CC. RGB value is (153,143,204). Sum of RGB (Red+Green+Blue) = 153+143+204=500 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.6% from 500); Green value is 143 (56.25% from 255 or 28.6% from 500); Blue value is 204 (80.08% from 255 or 40.8% from 500); Max value from RGB is 204 - color contains mainly: blue. Hex color #998FCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998FCC is #667033. Grayscale: #989898. Windows color (decimal): -6713396 or 13406105. OLE color: 13406105.

HSL color Cylindrical-coordinate representation of color #998FCC: hue angle of 249.84º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #998FCC is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB153143204-
CMYK0.250.3000.2
HSL249.84º37.42%68.04%-
HSV(B)249.84º29.9%80%-
XYZ33.8630.7861.28-
YUV152.94156.81128.04-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.6%
GREEN value IS 143 (56.25% from 255) = 28.6%
BLUE value IS 204 (80.08% from 255) = 40.8%
R=30.6%
G=28.6%
B=40.8%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1531432040.250.3000.2249.8437.4268.04
Hex998FCC191E014fa2544
Octal231217314313602437245104
Binary1001100110001111110011001100111110010100111110101001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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