Html Css Color HEX #837FDE Moody Blue

📋 copy color: '#837FDE'

red 131 ◦ green 127 ◦ blue 222

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

Shades of Moody Blue #837FDE

Tints of Moody Blue #837FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.25%

R = 27.29%
G = 26.46%
B = 46.25%

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

#837FDE (or 0x837FDE) is known color: Moody Blue. HEX triplet: 83, 7F and DE. RGB value is (131,127,222). Sum of RGB (Red+Green+Blue) = 131+127+222=480 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.29% from 480); Green value is 127 (50% from 255 or 26.46% from 480); Blue value is 222 (87.11% from 255 or 46.25% from 480); Max value from RGB is 222 - color contains mainly: blue. Hex color #837FDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837FDE is #7C8021. Grayscale: #8A8A8A. Windows color (decimal): -8159266 or 14581635. OLE color: 14581635.

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

Color convert

RGB 131 127 222 -
CMYK 0.41 0.43 0 0.13
HSL 242.53º 0.59% 0.68% -
HSV(B) 242.53º 0.43% 0.87% -
XYZ 30.13 25.28 72.4 -
YUV 139.03 174.83 122.28 -
System Red Green Blue C M Y K H S L
Decimal 131 127 222 0.41 0.43 0 0.13 242.53 0.59 0.68
Hex 83 7F DE 29 2B 0 D F3 3B 44
Octal 203 177 336 51 53 0 15 363 73 104
Binary 10000011 1111111 11011110 101001 101011 0 1101 11110011 111011 1000100

Color Harmonies of #837FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837FDE

Black with #837FDE

Text Example


Text Example

White with #837FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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