#837CCA

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

Shades of Moody Blue #837CCA

Tints of Moody Blue #837CCA

Color information

#837CCA (or 0x837CCA) is unknown color: approx Moody Blue. HEX triplet: 83, 7C and CA. RGB value is (131,124,202). Sum of RGB (Red+Green+Blue) = 131+124+202=457 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.67% from 457); Green value is 124 (48.83% from 255 or 27.13% from 457); Blue value is 202 (79.30% from 255 or 44.20% from 457); Max value from RGB is 202 - color contains mainly: blue. Hex color #837CCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837CCA is #7C8335. Grayscale: #868686. Windows color (decimal): -8160054 or 13270147. OLE color: 13270147.

HSL color Cylindrical-coordinate representation of color #837CCA: hue angle of 245.38º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #837CCA is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB131124202-
CMYK0.350.3900.21
HSL245.38º42.39%63.92%-
HSV(B)245.38º38.61%79.22%-
XYZ27.2323.558.98-
YUV134.98165.82125.16-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.67%
GREEN value IS 124 (48.83% from 255) = 27.13%
BLUE value IS 202 (79.30% from 255) = 44.20%
R=28.67%
G=27.13%
B=44.20%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1311242020.350.3900.21245.3842.3963.92
Hex837CCA2327015f52a40
Octal203174312434702536552100
Binary10000011111110011001010100011100111010101111101011010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837CCA; }

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

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

<style>
 a { background-color: #837CCA; }

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

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

<style>
 span { border-color: #837CCA; }

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

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