Html Css Color HEX #837DDD Moody Blue

📋 copy color: '#837DDD'

red 131 ◦ green 125 ◦ blue 221

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

Shades of Moody Blue #837DDD

Tints of Moody Blue #837DDD

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.21%

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

R = 27.46%
G = 26.21%
B = 46.33%

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

#837DDD (or 0x837DDD) is known color: Moody Blue. HEX triplet: 83, 7D and DD. RGB value is (131,125,221). Sum of RGB (Red+Green+Blue) = 131+125+221=477 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.46% from 477); Green value is 125 (49.22% from 255 or 26.21% from 477); Blue value is 221 (86.72% from 255 or 46.33% from 477); Max value from RGB is 221 - color contains mainly: blue. Hex color #837DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837DDD is #7C8222. Grayscale: #898989. Windows color (decimal): -8159779 or 14515587. OLE color: 14515587.

HSL color Cylindrical-coordinate representation of color #837DDD: hue angle of 243.75º degrees, saturation: 0.59, 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 #837DDD is Cyan = 0.41, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 131 125 221 -
CMYK 0.41 0.43 0 0.13
HSL 243.75º 0.59% 0.68% -
HSV(B) 243.75º 0.43% 0.87% -
XYZ 29.74 24.71 71.61 -
YUV 137.74 174.99 123.19 -
System Red Green Blue C M Y K H S L
Decimal 131 125 221 0.41 0.43 0 0.13 243.75 0.59 0.68
Hex 83 7D DD 29 2B 0 D F4 3B 44
Octal 203 175 335 51 53 0 15 364 73 104
Binary 10000011 1111101 11011101 101001 101011 0 1101 11110100 111011 1000100

Color Harmonies of #837DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837DDD

Black with #837DDD

Text Example


Text Example

White with #837DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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