#8F8ED3

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

Shades of Blue Bell #8F8ED3

Tints of Blue Bell #8F8ED3

Color information

#8F8ED3 (or 0x8F8ED3) is unknown color: approx Blue Bell. HEX triplet: 8F, 8E and D3. RGB value is (143,142,211). Sum of RGB (Red+Green+Blue) = 143+142+211=496 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.83% from 496); Green value is 142 (55.86% from 255 or 28.63% from 496); Blue value is 211 (82.81% from 255 or 42.54% from 496); Max value from RGB is 211 - color contains mainly: blue. Hex color #8F8ED3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F8ED3 is #70712C. Grayscale: #959595. Windows color (decimal): -7369005 or 13864591. OLE color: 13864591.

HSL color Cylindrical-coordinate representation of color #8F8ED3: hue angle of 240.87º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8F8ED3 is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB143142211-
CMYK0.320.3300.17
HSL240.87º43.95%69.22%-
HSV(B)240.87º32.7%82.75%-
XYZ32.7629.8965.67-
YUV150.16162.33122.89-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.83%
GREEN value IS 142 (55.86% from 255) = 28.63%
BLUE value IS 211 (82.81% from 255) = 42.54%
R=28.83%
G=28.63%
B=42.54%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1431422110.320.3300.17240.8743.9569.22
Hex8F8ED32021011f12c45
Octal217216323404102136154105
Binary100011111000111011010011100000100001010001111100011011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8ED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,142,211); }

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

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

 a { background-color: rgb(143,142,211); }

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

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

 span { border-color: rgb(143,142,211); }

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