#8f88dc

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

Shades of Blue Bell #8F88DC

Tints of Blue Bell #8F88DC

Color information

#8F88DC (or 0x8F88DC) is unknown color: approx Blue Bell. HEX triplet: 8F, 88 and DC. RGB value is (143,136,220). Sum of RGB (Red+Green+Blue) = 143+136+220=499 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.66% from 499); Green value is 136 (53.52% from 255 or 27.25% from 499); Blue value is 220 (86.33% from 255 or 44.09% from 499); Max value from RGB is 220 - color contains mainly: blue. Hex color #8F88DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F88DC is #707723. Grayscale: #939393. Windows color (decimal): -7370532 or 14452879. OLE color: 14452879.

HSL color Cylindrical-coordinate representation of color #8F88DC: hue angle of 245º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8F88DC is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB143136220-
CMYK0.350.3800.14
HSL245º54.55%69.8%-
HSV(B)245º38.18%86.27%-
XYZ33.0528.6271.49-
YUV147.67168.82124.67-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.66%
GREEN value IS 136 (53.52% from 255) = 27.25%
BLUE value IS 220 (86.33% from 255) = 44.09%
R=28.66%
G=27.25%
B=44.09%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1431362200.350.3800.1424554.5569.8
Hex8F88DC23260Ef53746
Octal217210334434601636567106
Binary10001111100010001101110010001110011001110111101011101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8f88dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8f88dc; }

 p { color: rgb(143,136,220); }

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

<style>
 a { background-color: #8f88dc; }

 a { background-color: rgb(143,136,220); }

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

<style>
 span { border-color: #8f88dc; }

 span { border-color: rgb(143,136,220); }

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