#998ECF

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

Shades of Blue Bell #998ECF

Tints of Blue Bell #998ECF

Color information

#998ECF (or 0x998ECF) is unknown color: approx Blue Bell. HEX triplet: 99, 8E and CF. RGB value is (153,142,207). Sum of RGB (Red+Green+Blue) = 153+142+207=502 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.48% from 502); Green value is 142 (55.86% from 255 or 28.29% from 502); Blue value is 207 (81.25% from 255 or 41.24% from 502); Max value from RGB is 207 - color contains mainly: blue. Hex color #998ECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998ECF is #667130. Grayscale: #989898. Windows color (decimal): -6713649 or 13602457. OLE color: 13602457.

HSL color Cylindrical-coordinate representation of color #998ECF: hue angle of 250.15º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #998ECF is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB153142207-
CMYK0.260.3100.19
HSL250.15º40.37%68.43%-
HSV(B)250.15º31.4%81.18%-
XYZ34.0730.6263.15-
YUV152.7158.64128.21-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.48%
GREEN value IS 142 (55.86% from 255) = 28.29%
BLUE value IS 207 (81.25% from 255) = 41.24%
R=30.48%
G=28.29%
B=41.24%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1531422070.260.3100.19250.1540.3768.43
Hex998ECF1A1F013fa2844
Octal231216317323702337250104
Binary1001100110001110110011111101011111010011111110101010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,142,207); }

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

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

 a { background-color: rgb(153,142,207); }

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

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

 span { border-color: rgb(153,142,207); }

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