#8B84BC

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

Shades of Moody Blue #8B84BC

Tints of Moody Blue #8B84BC

Color information

#8B84BC (or 0x8B84BC) is unknown color: approx Moody Blue. HEX triplet: 8B, 84 and BC. RGB value is (139,132,188). Sum of RGB (Red+Green+Blue) = 139+132+188=459 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.28% from 459); Green value is 132 (51.95% from 255 or 28.76% from 459); Blue value is 188 (73.83% from 255 or 40.96% from 459); Max value from RGB is 188 - color contains mainly: blue. Hex color #8B84BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B84BC is #747B43. Grayscale: #8C8C8C. Windows color (decimal): -7633732 or 12354699. OLE color: 12354699.

HSL color Cylindrical-coordinate representation of color #8B84BC: hue angle of 247.5º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8B84BC is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB139132188-
CMYK0.260.3000.26
HSL247.5º29.47%62.75%-
HSV(B)247.5º29.79%73.73%-
XYZ27.9825.6251.05-
YUV140.48154.82126.95-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.28%
GREEN value IS 132 (51.95% from 255) = 28.76%
BLUE value IS 188 (73.83% from 255) = 40.96%
R=30.28%
G=28.76%
B=40.96%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1391321880.260.3000.26247.529.4762.75
Hex8B84BC1A1E01Af81d3f
Octal21320427432360323703577
Binary10001011100001001011110011010111100110101111100011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B84BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,132,188); }

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

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

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

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

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

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

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