#837adc

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

Shades of Moody Blue #837ADC

Tints of Moody Blue #837ADC

Color information

#837ADC (or 0x837ADC) is unknown color: approx Moody Blue. HEX triplet: 83, 7A and DC. RGB value is (131,122,220). Sum of RGB (Red+Green+Blue) = 131+122+220=473 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.70% from 473); Green value is 122 (48.05% from 255 or 25.79% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 220 - color contains mainly: blue. Hex color #837ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837ADC is #7C8523. Grayscale: #878787. Windows color (decimal): -8160548 or 14449283. OLE color: 14449283.

HSL color Cylindrical-coordinate representation of color #837ADC: hue angle of 245.51º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #837ADC is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB131122220-
CMYK0.400.4500.14
HSL245.51º58.33%67.06%-
HSV(B)245.51º44.55%86.27%-
XYZ29.2423.9170.78-
YUV135.86175.48124.53-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.70%
GREEN value IS 122 (48.05% from 255) = 25.79%
BLUE value IS 220 (86.33% from 255) = 46.51%
R=27.70%
G=25.79%
B=46.51%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1311222200.400.4500.14245.5158.3367.06
Hex837ADC282D0Ef63a43
Octal203172334505501636672103
Binary1000001111110101101110010100010110101110111101101110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837adc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,122,220); }

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

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

 a { background-color: rgb(131,122,220); }

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

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

 span { border-color: rgb(131,122,220); }

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