#8379CA

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

Shades of Moody Blue #8379CA

Tints of Moody Blue #8379CA

Color information

#8379CA (or 0x8379CA) is unknown color: approx Moody Blue. HEX triplet: 83, 79 and CA. RGB value is (131,121,202). Sum of RGB (Red+Green+Blue) = 131+121+202=454 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.85% from 454); Green value is 121 (47.66% from 255 or 26.65% from 454); Blue value is 202 (79.30% from 255 or 44.49% from 454); Max value from RGB is 202 - color contains mainly: blue. Hex color #8379CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8379CA is #7C8635. Grayscale: #848484. Windows color (decimal): -8160822 or 13269379. OLE color: 13269379.

HSL color Cylindrical-coordinate representation of color #8379CA: hue angle of 247.41º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8379CA is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB131121202-
CMYK0.350.4000.21
HSL247.41º43.32%63.33%-
HSV(B)247.41º40.1%79.22%-
XYZ26.8622.7658.86-
YUV133.22166.81126.41-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.85%
GREEN value IS 121 (47.66% from 255) = 26.65%
BLUE value IS 202 (79.30% from 255) = 44.49%
R=28.85%
G=26.65%
B=44.49%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1311212020.350.4000.21247.4143.3263.33
Hex8379CA2328015f72b3f
Octal20317131243500253675377
Binary1000001111110011100101010001110100001010111110111101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8379CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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