#837CCB

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

Shades of Moody Blue #837CCB

Tints of Moody Blue #837CCB

Color information

#837CCB (or 0x837CCB) is unknown color: approx Moody Blue. HEX triplet: 83, 7C and CB. RGB value is (131,124,203). Sum of RGB (Red+Green+Blue) = 131+124+203=458 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.60% from 458); Green value is 124 (48.83% from 255 or 27.07% from 458); Blue value is 203 (79.69% from 255 or 44.32% from 458); Max value from RGB is 203 - color contains mainly: blue. Hex color #837CCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837CCB is #7C8334. Grayscale: #868686. Windows color (decimal): -8160053 or 13335683. OLE color: 13335683.

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

Color convert

RGB131124203-
CMYK0.350.3900.20
HSL245.32º43.17%64.12%-
HSV(B)245.32º38.92%79.61%-
XYZ27.3523.5559.6-
YUV135.1166.32125.08-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.60%
GREEN value IS 124 (48.83% from 255) = 27.07%
BLUE value IS 203 (79.69% from 255) = 44.32%
R=28.60%
G=27.07%
B=44.32%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1311242030.350.3900.20245.3243.1764.12
Hex837CCB2327014f52b40
Octal203174313434702436553100
Binary10000011111110011001011100011100111010100111101011010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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