Html Css Color HEX #837ADC Moody Blue

📋 copy color: '#837ADC'

red 131 ◦ green 122 ◦ blue 220

#837ADC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Moody Blue #837ADC

Tints of Moody Blue #837ADC

RGB

 RED value IS 131 (51.56% from 255) = 27.7%

 GREEN value IS 122 (48.05% from 255) = 25.79%

 BLUE value IS 220 (86.33% from 255) = 46.51%

R = 27.7%
G = 25.79%
B = 46.51%

CMYK

 C value IS 0.40

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#837ADC (or 0x837ADC) is known color: 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

RGB 131 122 220 -
CMYK 0.40 0.45 0 0.14
HSL 245.51º 0.58% 0.67% -
HSV(B) 245.51º 0.45% 0.86% -
XYZ 29.24 23.91 70.78 -
YUV 135.86 175.48 124.53 -
System Red Green Blue C M Y K H S L
Decimal 131 122 220 0.40 0.45 0 0.14 245.51 0.58 0.67
Hex 83 7A DC 28 2D 0 E F6 3A 43
Octal 203 172 334 50 55 0 16 366 72 103
Binary 10000011 1111010 11011100 101000 101101 0 1110 11110110 111010 1000011

Color Harmonies of #837ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837ADC

Black with #837ADC

Text Example


Text Example

White with #837ADC

Text Example


Text Example

HTML Codes & Css Web 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>