Html Css Color HEX #837BDD Moody Blue

📋 copy color: '#837BDD'

red 131 ◦ green 123 ◦ blue 221

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

Shades of Moody Blue #837BDD

Tints of Moody Blue #837BDD

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.89%

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

R = 27.58%
G = 25.89%
B = 46.53%

CMYK

 C value IS 0.41

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#837BDD (or 0x837BDD) is known color: Moody Blue. HEX triplet: 83, 7B and DD. RGB value is (131,123,221). Sum of RGB (Red+Green+Blue) = 131+123+221=475 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.58% from 475); Green value is 123 (48.44% from 255 or 25.89% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 221 - color contains mainly: blue. Hex color #837BDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837BDD is #7C8422. Grayscale: #888888. Windows color (decimal): -8160291 or 14515075. OLE color: 14515075.

HSL color Cylindrical-coordinate representation of color #837BDD: hue angle of 244.9º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #837BDD is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 131 123 221 -
CMYK 0.41 0.44 0 0.13
HSL 244.9º 0.59% 0.67% -
HSV(B) 244.9º 0.44% 0.87% -
XYZ 29.49 24.21 71.53 -
YUV 136.56 175.65 124.03 -
System Red Green Blue C M Y K H S L
Decimal 131 123 221 0.41 0.44 0 0.13 244.9 0.59 0.67
Hex 83 7B DD 29 2C 0 D F5 3B 43
Octal 203 173 335 51 54 0 15 365 73 103
Binary 10000011 1111011 11011101 101001 101100 0 1101 11110101 111011 1000011

Color Harmonies of #837BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837BDD

Black with #837BDD

Text Example


Text Example

White with #837BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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