#8F8DCF

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

Shades of Blue Bell #8F8DCF

Tints of Blue Bell #8F8DCF

Color information

#8F8DCF (or 0x8F8DCF) is unknown color: approx Blue Bell. HEX triplet: 8F, 8D and CF. RGB value is (143,141,207). Sum of RGB (Red+Green+Blue) = 143+141+207=491 (65% of max value = 765). Red value is 143 (56.25% from 255 or 29.12% from 491); Green value is 141 (55.47% from 255 or 28.72% from 491); Blue value is 207 (81.25% from 255 or 42.16% from 491); Max value from RGB is 207 - color contains mainly: blue. Hex color #8F8DCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F8DCF is #707230. Grayscale: #949494. Windows color (decimal): -7369265 or 13602191. OLE color: 13602191.

HSL color Cylindrical-coordinate representation of color #8F8DCF: hue angle of 241.82º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8F8DCF is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB143141207-
CMYK0.310.3200.19
HSL241.82º40.74%68.24%-
HSV(B)241.82º31.88%81.18%-
XYZ32.1229.3963.01-
YUV149.12160.66123.63-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.12%
GREEN value IS 141 (55.47% from 255) = 28.72%
BLUE value IS 207 (81.25% from 255) = 42.16%
R=29.12%
G=28.72%
B=42.16%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1431412070.310.3200.19241.8240.7468.24
Hex8F8DCF1F20013f22944
Octal217215317374002336251104
Binary10001111100011011100111111111100000010011111100101010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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