#8371CA

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

Shades of Moody Blue #8371CA

Tints of Moody Blue #8371CA

Color information

#8371CA (or 0x8371CA) is unknown color: approx Moody Blue. HEX triplet: 83, 71 and CA. RGB value is (131,113,202). Sum of RGB (Red+Green+Blue) = 131+113+202=446 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.37% from 446); Green value is 113 (44.53% from 255 or 25.34% from 446); Blue value is 202 (79.30% from 255 or 45.29% from 446); Max value from RGB is 202 - color contains mainly: blue. Hex color #8371CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8371CA is #7C8E35. Grayscale: #808080. Windows color (decimal): -8162870 or 13267331. OLE color: 13267331.

HSL color Cylindrical-coordinate representation of color #8371CA: hue angle of 252.13º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8371CA is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB131113202-
CMYK0.350.4400.21
HSL252.13º45.64%61.76%-
HSV(B)252.13º44.06%79.22%-
XYZ25.9320.958.54-
YUV128.53169.46129.76-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.37%
GREEN value IS 113 (44.53% from 255) = 25.34%
BLUE value IS 202 (79.30% from 255) = 45.29%
R=29.37%
G=25.34%
B=45.29%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1311132020.350.4400.21252.1345.6461.76
Hex8371CA232C015fc2e3e
Octal20316131243540253745676
Binary1000001111100011100101010001110110001010111111100101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8371CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8371CA; }

 p { color: rgb(131,113,202); }

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

<style>
 a { background-color: #8371CA; }

 a { background-color: rgb(131,113,202); }

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

<style>
 span { border-color: #8371CA; }

 span { border-color: rgb(131,113,202); }

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