Html Css Color HEX #837DBA Moody Blue

📋 copy color: '#837DBA'

red 131 ◦ green 125 ◦ blue 186

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

Shades of Moody Blue #837DBA

Tints of Moody Blue #837DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 42.08%

R = 29.64%
G = 28.28%
B = 42.08%

CMYK

 C value IS 0.30

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#837DBA (or 0x837DBA) is known color: Moody Blue. HEX triplet: 83, 7D and BA. RGB value is (131,125,186). Sum of RGB (Red+Green+Blue) = 131+125+186=442 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.64% from 442); Green value is 125 (49.22% from 255 or 28.28% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 186 - color contains mainly: blue. Hex color #837DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837DBA is #7C8245. Grayscale: #858585. Windows color (decimal): -8159814 or 12221827. OLE color: 12221827.

HSL color Cylindrical-coordinate representation of color #837DBA: hue angle of 245.9º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #837DBA is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 131 125 186 -
CMYK 0.30 0.33 0 0.27
HSL 245.9º 0.31% 0.61% -
HSV(B) 245.9º 0.33% 0.73% -
XYZ 25.56 23.04 49.55 -
YUV 133.75 157.49 126.04 -
System Red Green Blue C M Y K H S L
Decimal 131 125 186 0.30 0.33 0 0.27 245.9 0.31 0.61
Hex 83 7D BA 1E 21 0 1B F6 1F 3D
Octal 203 175 272 36 41 0 33 366 37 75
Binary 10000011 1111101 10111010 11110 100001 0 11011 11110110 11111 111101

Color Harmonies of #837DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837DBA

Black with #837DBA

Text Example


Text Example

White with #837DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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