#8F8DC6

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

Shades of Blue Bell #8F8DC6

Tints of Blue Bell #8F8DC6

Color information

#8F8DC6 (or 0x8F8DC6) is unknown color: approx Blue Bell. HEX triplet: 8F, 8D and C6. RGB value is (143,141,198). Sum of RGB (Red+Green+Blue) = 143+141+198=482 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.67% from 482); Green value is 141 (55.47% from 255 or 29.25% from 482); Blue value is 198 (77.73% from 255 or 41.08% from 482); Max value from RGB is 198 - color contains mainly: blue. Hex color #8F8DC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F8DC6 is #707239. Grayscale: #939393. Windows color (decimal): -7369274 or 13012367. OLE color: 13012367.

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

Color convert

RGB143141198-
CMYK0.280.2900.22
HSL242.11º33.33%66.47%-
HSV(B)242.11º28.79%77.65%-
XYZ31.0528.9757.38-
YUV148.1156.16124.37-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.67%
GREEN value IS 141 (55.47% from 255) = 29.25%
BLUE value IS 198 (77.73% from 255) = 41.08%
R=29.67%
G=29.25%
B=41.08%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1431411980.280.2900.22242.1133.3366.47
Hex8F8DC61C1D016f22142
Octal217215306343502636241102
Binary1000111110001101110001101110011101010110111100101000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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