#8F8DD0

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

Shades of Blue Bell #8F8DD0

Tints of Blue Bell #8F8DD0

Color information

#8F8DD0 (or 0x8F8DD0) is unknown color: approx Blue Bell. HEX triplet: 8F, 8D and D0. RGB value is (143,141,208). Sum of RGB (Red+Green+Blue) = 143+141+208=492 (65% of max value = 765). Red value is 143 (56.25% from 255 or 29.07% from 492); Green value is 141 (55.47% from 255 or 28.66% from 492); Blue value is 208 (81.64% from 255 or 42.28% from 492); Max value from RGB is 208 - color contains mainly: blue. Hex color #8F8DD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F8DD0 is #70722F. Grayscale: #949494. Windows color (decimal): -7369264 or 13667727. OLE color: 13667727.

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

Color convert

RGB143141208-
CMYK0.310.3200.18
HSL241.79º41.61%68.43%-
HSV(B)241.79º32.21%81.57%-
XYZ32.2429.4463.66-
YUV149.24161.16123.55-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.07%
GREEN value IS 141 (55.47% from 255) = 28.66%
BLUE value IS 208 (81.64% from 255) = 42.28%
R=29.07%
G=28.66%
B=42.28%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1431412080.310.3200.18241.7941.6168.43
Hex8F8DD01F20012f22a44
Octal217215320374002236252104
Binary10001111100011011101000011111100000010010111100101010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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