Html Css Color HEX #837ADF Moody Blue

📋 copy color: '#837ADF'

red 131 ◦ green 122 ◦ blue 223

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

Shades of Moody Blue #837ADF

Tints of Moody Blue #837ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.85%

R = 27.52%
G = 25.63%
B = 46.85%

CMYK

 C value IS 0.41

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#837ADF (or 0x837ADF) is known color: Moody Blue. HEX triplet: 83, 7A and DF. RGB value is (131,122,223). Sum of RGB (Red+Green+Blue) = 131+122+223=476 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.52% from 476); Green value is 122 (48.05% from 255 or 25.63% from 476); Blue value is 223 (87.5% from 255 or 46.85% from 476); Max value from RGB is 223 - color contains mainly: blue. Hex color #837ADF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837ADF is #7C8520. Grayscale: #878787. Windows color (decimal): -8160545 or 14645891. OLE color: 14645891.

HSL color Cylindrical-coordinate representation of color #837ADF: hue angle of 245.35º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #837ADF is Cyan = 0.41, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 131 122 223 -
CMYK 0.41 0.45 0 0.13
HSL 245.35º 0.61% 0.68% -
HSV(B) 245.35º 0.45% 0.87% -
XYZ 29.64 24.07 72.9 -
YUV 136.21 176.98 124.29 -
System Red Green Blue C M Y K H S L
Decimal 131 122 223 0.41 0.45 0 0.13 245.35 0.61 0.68
Hex 83 7A DF 29 2D 0 D F5 3D 44
Octal 203 172 337 51 55 0 15 365 75 104
Binary 10000011 1111010 11011111 101001 101101 0 1101 11110101 111101 1000100

Color Harmonies of #837ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837ADF

Black with #837ADF

Text Example


Text Example

White with #837ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #837ADF;
 }
 .AnyTagClassName
 {
   color: #837ADF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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