#988FD0

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

Shades of Blue Bell #988FD0

Tints of Blue Bell #988FD0

Color information

#988FD0 (or 0x988FD0) is unknown color: approx Blue Bell. HEX triplet: 98, 8F and D0. RGB value is (152,143,208). Sum of RGB (Red+Green+Blue) = 152+143+208=503 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.22% from 503); Green value is 143 (56.25% from 255 or 28.43% from 503); Blue value is 208 (81.64% from 255 or 41.35% from 503); Max value from RGB is 208 - color contains mainly: blue. Hex color #988FD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988FD0 is #67702F. Grayscale: #989898. Windows color (decimal): -6778928 or 13668248. OLE color: 13668248.

HSL color Cylindrical-coordinate representation of color #988FD0: hue angle of 248.31º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #988FD0 is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB152143208-
CMYK0.270.3100.18
HSL248.31º40.88%68.82%-
HSV(B)248.31º31.25%81.57%-
XYZ34.1630.8763.83-
YUV153.1158.98127.21-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.22%
GREEN value IS 143 (56.25% from 255) = 28.43%
BLUE value IS 208 (81.64% from 255) = 41.35%
R=30.22%
G=28.43%
B=41.35%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1521432080.270.3100.18248.3140.8868.82
Hex988FD01B1F012f82945
Octal230217320333702237051105
Binary1001100010001111110100001101111111010010111110001010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988FD0; }

 p { color: rgb(152,143,208); }

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

<style>
 a { background-color: #988FD0; }

 a { background-color: rgb(152,143,208); }

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

<style>
 span { border-color: #988FD0; }

 span { border-color: rgb(152,143,208); }

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