#8f8cd9

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

Shades of Blue Bell #8F8CD9

Tints of Blue Bell #8F8CD9

Color information

#8F8CD9 (or 0x8F8CD9) is unknown color: approx Blue Bell. HEX triplet: 8F, 8C and D9. RGB value is (143,140,217). Sum of RGB (Red+Green+Blue) = 143+140+217=500 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.6% from 500); Green value is 140 (55.08% from 255 or 28% from 500); Blue value is 217 (85.16% from 255 or 43.4% from 500); Max value from RGB is 217 - color contains mainly: blue. Hex color #8F8CD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F8CD9 is #707326. Grayscale: #959595. Windows color (decimal): -7369511 or 14257295. OLE color: 14257295.

HSL color Cylindrical-coordinate representation of color #8F8CD9: hue angle of 242.34º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8F8CD9 is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB143140217-
CMYK0.340.3500.15
HSL242.34º50.33%70%-
HSV(B)242.34º35.48%85.1%-
XYZ33.2329.6169.61-
YUV149.67165.99123.24-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.6%
GREEN value IS 140 (55.08% from 255) = 28%
BLUE value IS 217 (85.16% from 255) = 43.4%
R=28.6%
G=28%
B=43.4%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1431402170.340.3500.15242.3450.3370
Hex8F8CD922230Ff23246
Octal217214331424301736262106
Binary10001111100011001101100110001010001101111111100101100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8f8cd9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,140,217); }

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

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

 a { background-color: rgb(143,140,217); }

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

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

 span { border-color: rgb(143,140,217); }

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