Html Css Color HEX #837FDA Moody Blue

📋 copy color: '#837FDA'

red 131 ◦ green 127 ◦ blue 218

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

Shades of Moody Blue #837FDA

Tints of Moody Blue #837FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.8%

R = 27.52%
G = 26.68%
B = 45.8%

CMYK

 C value IS 0.40

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#837FDA (or 0x837FDA) is known color: Moody Blue. HEX triplet: 83, 7F and DA. RGB value is (131,127,218). Sum of RGB (Red+Green+Blue) = 131+127+218=476 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.52% from 476); Green value is 127 (50% from 255 or 26.68% from 476); Blue value is 218 (85.55% from 255 or 45.80% from 476); Max value from RGB is 218 - color contains mainly: blue. Hex color #837FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837FDA is #7C8025. Grayscale: #8A8A8A. Windows color (decimal): -8159270 or 14319491. OLE color: 14319491.

HSL color Cylindrical-coordinate representation of color #837FDA: hue angle of 242.64º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #837FDA is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 131 127 218 -
CMYK 0.40 0.42 0 0.15
HSL 242.64º 0.55% 0.68% -
HSV(B) 242.64º 0.42% 0.85% -
XYZ 29.6 25.07 69.61 -
YUV 138.57 172.83 122.6 -
System Red Green Blue C M Y K H S L
Decimal 131 127 218 0.40 0.42 0 0.15 242.64 0.55 0.68
Hex 83 7F DA 28 2A 0 F F3 37 44
Octal 203 177 332 50 52 0 17 363 67 104
Binary 10000011 1111111 11011010 101000 101010 0 1111 11110011 110111 1000100

Color Harmonies of #837FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837FDA

Black with #837FDA

Text Example


Text Example

White with #837FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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