#8F8EC6

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

Shades of Blue Bell #8F8EC6

Tints of Blue Bell #8F8EC6

Color information

#8F8EC6 (or 0x8F8EC6) is unknown color: approx Blue Bell. HEX triplet: 8F, 8E and C6. RGB value is (143,142,198). Sum of RGB (Red+Green+Blue) = 143+142+198=483 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.61% from 483); Green value is 142 (55.86% from 255 or 29.40% from 483); Blue value is 198 (77.73% from 255 or 40.99% from 483); Max value from RGB is 198 - color contains mainly: blue. Hex color #8F8EC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F8EC6 is #707139. Grayscale: #949494. Windows color (decimal): -7369018 or 13012623. OLE color: 13012623.

HSL color Cylindrical-coordinate representation of color #8F8EC6: hue angle of 241.07º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8F8EC6 is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB143142198-
CMYK0.280.2800.22
HSL241.07º32.94%66.67%-
HSV(B)241.07º28.28%77.65%-
XYZ31.1929.2657.43-
YUV148.68155.83123.95-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.61%
GREEN value IS 142 (55.86% from 255) = 29.40%
BLUE value IS 198 (77.73% from 255) = 40.99%
R=29.61%
G=29.40%
B=40.99%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1431421980.280.2800.22241.0732.9466.67
Hex8F8EC61C1C016f12143
Octal217216306343402636141103
Binary1000111110001110110001101110011100010110111100011000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8EC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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