#998EDF

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

Shades of Blue Bell #998EDF

Tints of Blue Bell #998EDF

Color information

#998EDF (or 0x998EDF) is unknown color: approx Blue Bell. HEX triplet: 99, 8E and DF. RGB value is (153,142,223). Sum of RGB (Red+Green+Blue) = 153+142+223=518 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.54% from 518); Green value is 142 (55.86% from 255 or 27.41% from 518); Blue value is 223 (87.5% from 255 or 43.05% from 518); Max value from RGB is 223 - color contains mainly: blue. Hex color #998EDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998EDF is #667120. Grayscale: #9A9A9A. Windows color (decimal): -6713633 or 14651033. OLE color: 14651033.

HSL color Cylindrical-coordinate representation of color #998EDF: hue angle of 248.15º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #998EDF is Cyan = 0.31, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB153142223-
CMYK0.310.3600.13
HSL248.15º55.86%71.57%-
HSV(B)248.15º36.32%87.45%-
XYZ36.1331.4573.98-
YUV154.52166.64126.91-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.54%
GREEN value IS 142 (55.86% from 255) = 27.41%
BLUE value IS 223 (87.5% from 255) = 43.05%
R=29.54%
G=27.41%
B=43.05%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1531422230.310.3600.13248.1555.8671.57
Hex998EDF1F240Df83848
Octal231216337374401537070110
Binary1001100110001110110111111111110010001101111110001110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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