#998FCB

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

Shades of Blue Bell #998FCB

Tints of Blue Bell #998FCB

Color information

#998FCB (or 0x998FCB) is unknown color: approx Blue Bell. HEX triplet: 99, 8F and CB. RGB value is (153,143,203). Sum of RGB (Red+Green+Blue) = 153+143+203=499 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.66% from 499); Green value is 143 (56.25% from 255 or 28.66% from 499); Blue value is 203 (79.69% from 255 or 40.68% from 499); Max value from RGB is 203 - color contains mainly: blue. Hex color #998FCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998FCB is #667034. Grayscale: #989898. Windows color (decimal): -6713397 or 13340569. OLE color: 13340569.

HSL color Cylindrical-coordinate representation of color #998FCB: hue angle of 250º 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 #998FCB is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB153143203-
CMYK0.250.3000.20
HSL250º36.59%67.84%-
HSV(B)250º29.56%79.61%-
XYZ33.7430.7360.65-
YUV152.83156.31128.12-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.66%
GREEN value IS 143 (56.25% from 255) = 28.66%
BLUE value IS 203 (79.69% from 255) = 40.68%
R=30.66%
G=28.66%
B=40.68%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1531432030.250.3000.2025036.5967.84
Hex998FCB191E014fa2544
Octal231217313313602437245104
Binary1001100110001111110010111100111110010100111110101001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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