#8F91D0

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

Shades of Blue Bell #8F91D0

Tints of Blue Bell #8F91D0

Color information

#8F91D0 (or 0x8F91D0) is unknown color: approx Blue Bell. HEX triplet: 8F, 91 and D0. RGB value is (143,145,208). Sum of RGB (Red+Green+Blue) = 143+145+208=496 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.83% from 496); Green value is 145 (57.03% from 255 or 29.23% from 496); Blue value is 208 (81.64% from 255 or 41.94% from 496); Max value from RGB is 208 - color contains mainly: blue. Hex color #8F91D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F91D0 is #706E2F. Grayscale: #979797. Windows color (decimal): -7368240 or 13668751. OLE color: 13668751.

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

Color convert

RGB143145208-
CMYK0.310.3000.18
HSL238.15º40.88%68.82%-
HSV(B)238.15º31.25%81.57%-
XYZ32.8430.6463.86-
YUV151.58159.84121.88-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.83%
GREEN value IS 145 (57.03% from 255) = 29.23%
BLUE value IS 208 (81.64% from 255) = 41.94%
R=28.83%
G=29.23%
B=41.94%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1431452080.310.3000.18238.1540.8868.82
Hex8F91D01F1E012ee2945
Octal217221320373602235651105
Binary1000111110010001110100001111111110010010111011101010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F91D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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