#837BCA

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

Shades of Moody Blue #837BCA

Tints of Moody Blue #837BCA

Color information

#837BCA (or 0x837BCA) is unknown color: approx Moody Blue. HEX triplet: 83, 7B and CA. RGB value is (131,123,202). Sum of RGB (Red+Green+Blue) = 131+123+202=456 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.73% from 456); Green value is 123 (48.44% from 255 or 26.97% from 456); Blue value is 202 (79.30% from 255 or 44.30% from 456); Max value from RGB is 202 - color contains mainly: blue. Hex color #837BCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837BCA is #7C8435. Grayscale: #868686. Windows color (decimal): -8160310 or 13269891. OLE color: 13269891.

HSL color Cylindrical-coordinate representation of color #837BCA: hue angle of 246.08º degrees, saturation: 0.43, 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 #837BCA is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB131123202-
CMYK0.350.3900.21
HSL246.08º42.7%63.73%-
HSV(B)246.08º39.11%79.22%-
XYZ27.123.2658.94-
YUV134.4166.15125.58-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.73%
GREEN value IS 123 (48.44% from 255) = 26.97%
BLUE value IS 202 (79.30% from 255) = 44.30%
R=28.73%
G=26.97%
B=44.30%

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
Decimal1311232020.350.3900.21246.0842.763.73
Hex837BCA2327015f62b40
Octal203173312434702536653100
Binary10000011111101111001010100011100111010101111101101010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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