Html Css Color HEX #837EDB Moody Blue

📋 copy color: '#837EDB'

red 131 ◦ green 126 ◦ blue 219

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

Shades of Moody Blue #837EDB

Tints of Moody Blue #837EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.01%

R = 27.52%
G = 26.47%
B = 46.01%

CMYK

 C value IS 0.40

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#837EDB (or 0x837EDB) is known color: Moody Blue. HEX triplet: 83, 7E and DB. RGB value is (131,126,219). Sum of RGB (Red+Green+Blue) = 131+126+219=476 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.52% from 476); Green value is 126 (49.61% from 255 or 26.47% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 219 - color contains mainly: blue. Hex color #837EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837EDB is #7C8124. Grayscale: #898989. Windows color (decimal): -8159525 or 14384771. OLE color: 14384771.

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

Color convert

RGB 131 126 219 -
CMYK 0.40 0.42 0 0.14
HSL 243.23º 0.56% 0.68% -
HSV(B) 243.23º 0.42% 0.86% -
XYZ 29.61 24.86 70.26 -
YUV 138.1 173.66 122.94 -
System Red Green Blue C M Y K H S L
Decimal 131 126 219 0.40 0.42 0 0.14 243.23 0.56 0.68
Hex 83 7E DB 28 2A 0 E F3 38 44
Octal 203 176 333 50 52 0 16 363 70 104
Binary 10000011 1111110 11011011 101000 101010 0 1110 11110011 111000 1000100

Color Harmonies of #837EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837EDB

Black with #837EDB

Text Example


Text Example

White with #837EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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