#8B8DBF

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

Shades of Blue Bell #8B8DBF

Tints of Blue Bell #8B8DBF

Color information

#8B8DBF (or 0x8B8DBF) is unknown color: approx Blue Bell. HEX triplet: 8B, 8D and BF. RGB value is (139,141,191). Sum of RGB (Red+Green+Blue) = 139+141+191=471 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.51% from 471); Green value is 141 (55.47% from 255 or 29.94% from 471); Blue value is 191 (75% from 255 or 40.55% from 471); Max value from RGB is 191 - color contains mainly: blue. Hex color #8B8DBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B8DBF is #747240. Grayscale: #919191. Windows color (decimal): -7631425 or 12553611. OLE color: 12553611.

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

Color convert

RGB139141191-
CMYK0.270.2600.25
HSL237.69º28.89%64.71%-
HSV(B)237.69º27.23%74.9%-
XYZ29.5828.353.19-
YUV146.1153.34122.93-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.51%
GREEN value IS 141 (55.47% from 255) = 29.94%
BLUE value IS 191 (75% from 255) = 40.55%
R=29.51%
G=29.94%
B=40.55%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1391411910.270.2600.25237.6928.8964.71
Hex8B8DBF1B1A019ee1d41
Octal213215277333203135635101
Binary100010111000110110111111110111101001100111101110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,141,191); }

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

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

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

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

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

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

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