Html Css Color HEX #837EDD Moody Blue

📋 copy color: '#837EDD'

red 131 ◦ green 126 ◦ blue 221

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

Shades of Moody Blue #837EDD

Tints of Moody Blue #837EDD

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.36%

 BLUE value IS 221 (86.72% from 255) = 46.23%

R = 27.41%
G = 26.36%
B = 46.23%

CMYK

 C value IS 0.41

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#837EDD (or 0x837EDD) is known color: Moody Blue. HEX triplet: 83, 7E and DD. RGB value is (131,126,221). Sum of RGB (Red+Green+Blue) = 131+126+221=478 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.41% from 478); Green value is 126 (49.61% from 255 or 26.36% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 221 - color contains mainly: blue. Hex color #837EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837EDD is #7C8122. Grayscale: #898989. Windows color (decimal): -8159523 or 14515843. OLE color: 14515843.

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

Color convert

RGB 131 126 221 -
CMYK 0.41 0.43 0 0.13
HSL 243.16º 0.58% 0.68% -
HSV(B) 243.16º 0.43% 0.87% -
XYZ 29.87 24.97 71.65 -
YUV 138.33 174.66 122.78 -
System Red Green Blue C M Y K H S L
Decimal 131 126 221 0.41 0.43 0 0.13 243.16 0.58 0.68
Hex 83 7E DD 29 2B 0 D F3 3A 44
Octal 203 176 335 51 53 0 15 363 72 104
Binary 10000011 1111110 11011101 101001 101011 0 1101 11110011 111010 1000100

Color Harmonies of #837EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837EDD

Black with #837EDD

Text Example


Text Example

White with #837EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,126,221); }

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

background-color css

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

 a { background-color: rgb(131,126,221); }

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

border-color css

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

 span { border-color: rgb(131,126,221); }

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