#8F8BBE

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

Shades of Blue Bell #8F8BBE

Tints of Blue Bell #8F8BBE

Color information

#8F8BBE (or 0x8F8BBE) is unknown color: approx Blue Bell. HEX triplet: 8F, 8B and BE. RGB value is (143,139,190). Sum of RGB (Red+Green+Blue) = 143+139+190=472 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.30% from 472); Green value is 139 (54.69% from 255 or 29.45% from 472); Blue value is 190 (74.61% from 255 or 40.25% from 472); Max value from RGB is 190 - color contains mainly: blue. Hex color #8F8BBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F8BBE is #707441. Grayscale: #919191. Windows color (decimal): -7369794 or 12487567. OLE color: 12487567.

HSL color Cylindrical-coordinate representation of color #8F8BBE: hue angle of 244.71º 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 #8F8BBE is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB143139190-
CMYK0.250.2700.25
HSL244.71º28.18%64.51%-
HSV(B)244.71º26.84%74.51%-
XYZ29.8528.0252.55-
YUV146.01152.83125.85-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.30%
GREEN value IS 139 (54.69% from 255) = 29.45%
BLUE value IS 190 (74.61% from 255) = 40.25%
R=30.30%
G=29.45%
B=40.25%

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
Decimal1431391900.250.2700.25244.7128.1864.51
Hex8F8BBE191B019f51c41
Octal217213276313303136534101
Binary100011111000101110111110110011101101100111110101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,139,190); }

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

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

 a { background-color: rgb(143,139,190); }

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

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

 span { border-color: rgb(143,139,190); }

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