#8F8ECA

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

Shades of Blue Bell #8F8ECA

Tints of Blue Bell #8F8ECA

Color information

#8F8ECA (or 0x8F8ECA) is unknown color: approx Blue Bell. HEX triplet: 8F, 8E and CA. RGB value is (143,142,202). Sum of RGB (Red+Green+Blue) = 143+142+202=487 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.36% from 487); Green value is 142 (55.86% from 255 or 29.16% from 487); Blue value is 202 (79.30% from 255 or 41.48% from 487); Max value from RGB is 202 - color contains mainly: blue. Hex color #8F8ECA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F8ECA is #707135. Grayscale: #949494. Windows color (decimal): -7369014 or 13274767. OLE color: 13274767.

HSL color Cylindrical-coordinate representation of color #8F8ECA: hue angle of 241º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8F8ECA is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB143142202-
CMYK0.290.3000.21
HSL241º36.14%67.45%-
HSV(B)241º29.7%79.22%-
XYZ31.6629.4559.89-
YUV149.14157.83123.62-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.36%
GREEN value IS 142 (55.86% from 255) = 29.16%
BLUE value IS 202 (79.30% from 255) = 41.48%
R=29.36%
G=29.16%
B=41.48%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1431422020.290.3000.2124136.1467.45
Hex8F8ECA1D1E015f12443
Octal217216312353602536144103
Binary1000111110001110110010101110111110010101111100011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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