#8B8BBE

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

Shades of Blue Bell #8B8BBE

Tints of Blue Bell #8B8BBE

Color information

#8B8BBE (or 0x8B8BBE) is unknown color: approx Blue Bell. HEX triplet: 8B, 8B and BE. RGB value is (139,139,190). Sum of RGB (Red+Green+Blue) = 139+139+190=468 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.70% from 468); Green value is 139 (54.69% from 255 or 29.70% from 468); Blue value is 190 (74.61% from 255 or 40.60% from 468); Max value from RGB is 190 - color contains mainly: blue. Hex color #8B8BBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B8BBE is #747441. Grayscale: #909090. Windows color (decimal): -7631938 or 12487563. OLE color: 12487563.

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

Color convert

RGB139139190-
CMYK0.270.2700.25
HSL240º28.18%64.51%-
HSV(B)240º26.84%74.51%-
XYZ29.1727.6752.52-
YUV144.81153.5123.85-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.70%
GREEN value IS 139 (54.69% from 255) = 29.70%
BLUE value IS 190 (74.61% from 255) = 40.60%
R=29.70%
G=29.70%
B=40.60%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1391391900.270.2700.2524028.1864.51
Hex8B8BBE1B1B019f01c41
Octal213213276333303136034101
Binary100010111000101110111110110111101101100111110000111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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