#8B7FBE

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

Shades of Moody Blue #8B7FBE

Tints of Moody Blue #8B7FBE

Color information

#8B7FBE (or 0x8B7FBE) is unknown color: approx Moody Blue. HEX triplet: 8B, 7F and BE. RGB value is (139,127,190). Sum of RGB (Red+Green+Blue) = 139+127+190=456 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.48% from 456); Green value is 127 (50% from 255 or 27.85% from 456); Blue value is 190 (74.61% from 255 or 41.67% from 456); Max value from RGB is 190 - color contains mainly: blue. Hex color #8B7FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B7FBE is #748041. Grayscale: #898989. Windows color (decimal): -7635010 or 12484491. OLE color: 12484491.

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

Color convert

RGB139127190-
CMYK0.270.3300.25
HSL251.43º32.64%62.16%-
HSV(B)251.43º33.16%74.51%-
XYZ27.5324.3951.97-
YUV137.77157.48128.88-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.48%
GREEN value IS 127 (50% from 255) = 27.85%
BLUE value IS 190 (74.61% from 255) = 41.67%
R=30.48%
G=27.85%
B=41.67%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1391271900.270.3300.25251.4332.6462.16
Hex8B7FBE1B21019fb213e
Octal21317727633410313734176
Binary100010111111111101111101101110000101100111111011100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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