Html Css Color HEX #837ABD Moody Blue

📋 copy color: '#837ABD'

red 131 ◦ green 122 ◦ blue 189

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

Shades of Moody Blue #837ABD

Tints of Moody Blue #837ABD

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.6%

 BLUE value IS 189 (74.22% from 255) = 42.76%

R = 29.64%
G = 27.6%
B = 42.76%

CMYK

 C value IS 0.31

 M value IS 0.35

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#837ABD (or 0x837ABD) is known color: Moody Blue. HEX triplet: 83, 7A and BD. RGB value is (131,122,189). Sum of RGB (Red+Green+Blue) = 131+122+189=442 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.64% from 442); Green value is 122 (48.05% from 255 or 27.60% from 442); Blue value is 189 (74.22% from 255 or 42.76% from 442); Max value from RGB is 189 - color contains mainly: blue. Hex color #837ABD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837ABD is #7C8542. Grayscale: #848484. Windows color (decimal): -8160579 or 12417667. OLE color: 12417667.

HSL color Cylindrical-coordinate representation of color #837ABD: hue angle of 248.06º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #837ABD is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 131 122 189 -
CMYK 0.31 0.35 0 0.26
HSL 248.06º 0.34% 0.61% -
HSV(B) 248.06º 0.35% 0.74% -
XYZ 25.5 22.42 51.13 -
YUV 132.33 159.98 127.05 -
System Red Green Blue C M Y K H S L
Decimal 131 122 189 0.31 0.35 0 0.26 248.06 0.34 0.61
Hex 83 7A BD 1F 23 0 1A F8 22 3D
Octal 203 172 275 37 43 0 32 370 42 75
Binary 10000011 1111010 10111101 11111 100011 0 11010 11111000 100010 111101

Color Harmonies of #837ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837ABD

Black with #837ABD

Text Example


Text Example

White with #837ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,122,189); }

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

background-color css

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

 a { background-color: rgb(131,122,189); }

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

border-color css

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

 span { border-color: rgb(131,122,189); }

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