#998FCA

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

Shades of Blue Bell #998FCA

Tints of Blue Bell #998FCA

Color information

#998FCA (or 0x998FCA) is unknown color: approx Blue Bell. HEX triplet: 99, 8F and CA. RGB value is (153,143,202). Sum of RGB (Red+Green+Blue) = 153+143+202=498 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.72% from 498); Green value is 143 (56.25% from 255 or 28.71% from 498); Blue value is 202 (79.30% from 255 or 40.56% from 498); Max value from RGB is 202 - color contains mainly: blue. Hex color #998FCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998FCA is #667035. Grayscale: #989898. Windows color (decimal): -6713398 or 13275033. OLE color: 13275033.

HSL color Cylindrical-coordinate representation of color #998FCA: hue angle of 250.17º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #998FCA is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB153143202-
CMYK0.240.2900.21
HSL250.17º35.76%67.65%-
HSV(B)250.17º29.21%79.22%-
XYZ33.6230.6860.03-
YUV152.72155.81128.2-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.72%
GREEN value IS 143 (56.25% from 255) = 28.71%
BLUE value IS 202 (79.30% from 255) = 40.56%
R=30.72%
G=28.71%
B=40.56%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1531432020.240.2900.21250.1735.7667.65
Hex998FCA181D015fa2444
Octal231217312303502537244104
Binary1001100110001111110010101100011101010101111110101001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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