Html Css Color HEX #837FDF Moody Blue

📋 copy color: '#837FDF'

red 131 ◦ green 127 ◦ blue 223

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

Shades of Moody Blue #837FDF

Tints of Moody Blue #837FDF

RGB

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

 GREEN value IS 127 (50% from 255) = 26.4%

 BLUE value IS 223 (87.5% from 255) = 46.36%

R = 27.23%
G = 26.4%
B = 46.36%

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

#837FDF (or 0x837FDF) is known color: Moody Blue. HEX triplet: 83, 7F and DF. RGB value is (131,127,223). Sum of RGB (Red+Green+Blue) = 131+127+223=481 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.23% from 481); Green value is 127 (50% from 255 or 26.40% from 481); Blue value is 223 (87.5% from 255 or 46.36% from 481); Max value from RGB is 223 - color contains mainly: blue. Hex color #837FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837FDF is #7C8020. Grayscale: #8A8A8A. Windows color (decimal): -8159265 or 14647171. OLE color: 14647171.

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

Color convert

RGB 131 127 223 -
CMYK 0.41 0.43 0 0.13
HSL 242.5º 0.6% 0.69% -
HSV(B) 242.5º 0.43% 0.87% -
XYZ 30.27 25.33 73.11 -
YUV 139.14 175.33 122.19 -
System Red Green Blue C M Y K H S L
Decimal 131 127 223 0.41 0.43 0 0.13 242.5 0.6 0.69
Hex 83 7F DF 29 2B 0 D F2 3C 45
Octal 203 177 337 51 53 0 15 362 74 105
Binary 10000011 1111111 11011111 101001 101011 0 1101 11110010 111100 1000101

Color Harmonies of #837FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837FDF

Black with #837FDF

Text Example


Text Example

White with #837FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,127,223); }

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

background-color css

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

 a { background-color: rgb(131,127,223); }

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

border-color css

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

 span { border-color: rgb(131,127,223); }

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