#8F8CBF

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

Shades of Blue Bell #8F8CBF

Tints of Blue Bell #8F8CBF

Color information

#8F8CBF (or 0x8F8CBF) is unknown color: approx Blue Bell. HEX triplet: 8F, 8C and BF. RGB value is (143,140,191). Sum of RGB (Red+Green+Blue) = 143+140+191=474 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.17% from 474); Green value is 140 (55.08% from 255 or 29.54% from 474); Blue value is 191 (75% from 255 or 40.30% from 474); Max value from RGB is 191 - color contains mainly: blue. Hex color #8F8CBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F8CBF is #707340. Grayscale: #929292. Windows color (decimal): -7369537 or 12553359. OLE color: 12553359.

HSL color Cylindrical-coordinate representation of color #8F8CBF: hue angle of 243.53º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8F8CBF is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB143140191-
CMYK0.250.2700.25
HSL243.53º28.49%64.9%-
HSV(B)243.53º26.7%74.9%-
XYZ30.1128.3653.18-
YUV146.71152.99125.35-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.17%
GREEN value IS 140 (55.08% from 255) = 29.54%
BLUE value IS 191 (75% from 255) = 40.30%
R=30.17%
G=29.54%
B=40.30%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1431401910.250.2700.25243.5328.4964.9
Hex8F8CBF191B019f41c41
Octal217214277313303136434101
Binary100011111000110010111111110011101101100111110100111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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