#8274BD

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

Shades of Moody Blue #8274BD

Tints of Moody Blue #8274BD

Color information

#8274BD (or 0x8274BD) is unknown color: approx Moody Blue. HEX triplet: 82, 74 and BD. RGB value is (130,116,189). Sum of RGB (Red+Green+Blue) = 130+116+189=435 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.89% from 435); Green value is 116 (45.70% from 255 or 26.67% from 435); Blue value is 189 (74.22% from 255 or 43.45% from 435); Max value from RGB is 189 - color contains mainly: blue. Hex color #8274BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8274BD is #7D8B42. Grayscale: #808080. Windows color (decimal): -8227651 or 12416130. OLE color: 12416130.

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

Color convert

RGB130116189-
CMYK0.310.3900.26
HSL251.51º35.61%59.8%-
HSV(B)251.51º38.62%74.12%-
XYZ24.6420.9150.88-
YUV128.51162.14129.06-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.89%
GREEN value IS 116 (45.70% from 255) = 26.67%
BLUE value IS 189 (74.22% from 255) = 43.45%
R=29.89%
G=26.67%
B=43.45%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1301161890.310.3900.26251.5135.6159.8
Hex8274BD1F2701Afc243c
Octal20216427537470323744474
Binary100000101110100101111011111110011101101011111100100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8274BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,116,189); }

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

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

 a { background-color: rgb(130,116,189); }

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

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

 span { border-color: rgb(130,116,189); }

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