Html Css Color HEX #837DDA Moody Blue

📋 copy color: '#837DDA'

red 131 ◦ green 125 ◦ blue 218

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

Shades of Moody Blue #837DDA

Tints of Moody Blue #837DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.99%

R = 27.64%
G = 26.37%
B = 45.99%

CMYK

 C value IS 0.40

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#837DDA (or 0x837DDA) is known color: Moody Blue. HEX triplet: 83, 7D and DA. RGB value is (131,125,218). Sum of RGB (Red+Green+Blue) = 131+125+218=474 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.64% from 474); Green value is 125 (49.22% from 255 or 26.37% from 474); Blue value is 218 (85.55% from 255 or 45.99% from 474); Max value from RGB is 218 - color contains mainly: blue. Hex color #837DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837DDA is #7C8225. Grayscale: #898989. Windows color (decimal): -8159782 or 14318979. OLE color: 14318979.

HSL color Cylindrical-coordinate representation of color #837DDA: hue angle of 243.87º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #837DDA is Cyan = 0.40, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 131 125 218 -
CMYK 0.40 0.43 0 0.15
HSL 243.87º 0.56% 0.67% -
HSV(B) 243.87º 0.43% 0.85% -
XYZ 29.35 24.55 69.52 -
YUV 137.4 173.49 123.44 -
System Red Green Blue C M Y K H S L
Decimal 131 125 218 0.40 0.43 0 0.15 243.87 0.56 0.67
Hex 83 7D DA 28 2B 0 F F4 38 43
Octal 203 175 332 50 53 0 17 364 70 103
Binary 10000011 1111101 11011010 101000 101011 0 1111 11110100 111000 1000011

Color Harmonies of #837DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837DDA

Black with #837DDA

Text Example


Text Example

White with #837DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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