#8380BD

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

Shades of Moody Blue #8380BD

Tints of Moody Blue #8380BD

Color information

#8380BD (or 0x8380BD) is unknown color: approx Moody Blue. HEX triplet: 83, 80 and BD. RGB value is (131,128,189). Sum of RGB (Red+Green+Blue) = 131+128+189=448 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.24% from 448); Green value is 128 (50.39% from 255 or 28.57% from 448); Blue value is 189 (74.22% from 255 or 42.19% from 448); Max value from RGB is 189 - color contains mainly: blue. Hex color #8380BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8380BD is #7C7F42. Grayscale: #878787. Windows color (decimal): -8159043 or 12419203. OLE color: 12419203.

HSL color Cylindrical-coordinate representation of color #8380BD: hue angle of 242.95º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8380BD is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB131128189-
CMYK0.310.3200.26
HSL242.95º31.61%62.16%-
HSV(B)242.95º32.28%74.12%-
XYZ26.2623.9451.38-
YUV135.85157.99124.54-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.24%
GREEN value IS 128 (50.39% from 255) = 28.57%
BLUE value IS 189 (74.22% from 255) = 42.19%
R=29.24%
G=28.57%
B=42.19%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1311281890.310.3200.26242.9531.6162.16
Hex8380BD1F2001Af3203e
Octal20320027537400323634076
Binary1000001110000000101111011111110000001101011110011100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8380BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8380BD; }

 p { color: rgb(131,128,189); }

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

<style>
 a { background-color: #8380BD; }

 a { background-color: rgb(131,128,189); }

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

<style>
 span { border-color: #8380BD; }

 span { border-color: rgb(131,128,189); }

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