Html Css Color HEX #837BBE Moody Blue

📋 copy color: '#837BBE'

red 131 ◦ green 123 ◦ blue 190

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

Shades of Moody Blue #837BBE

Tints of Moody Blue #837BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.79%

R = 29.5%
G = 27.7%
B = 42.79%

CMYK

 C value IS 0.31

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#837BBE (or 0x837BBE) is known color: Moody Blue. HEX triplet: 83, 7B and BE. RGB value is (131,123,190). Sum of RGB (Red+Green+Blue) = 131+123+190=444 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.50% from 444); Green value is 123 (48.44% from 255 or 27.70% from 444); Blue value is 190 (74.61% from 255 or 42.79% from 444); Max value from RGB is 190 - color contains mainly: blue. Hex color #837BBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837BBE is #7C8441. Grayscale: #848484. Windows color (decimal): -8160322 or 12483459. OLE color: 12483459.

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

Color convert

RGB 131 123 190 -
CMYK 0.31 0.35 0 0.25
HSL 247.16º 0.34% 0.61% -
HSV(B) 247.16º 0.35% 0.75% -
XYZ 25.74 22.71 51.74 -
YUV 133.03 160.15 126.55 -
System Red Green Blue C M Y K H S L
Decimal 131 123 190 0.31 0.35 0 0.25 247.16 0.34 0.61
Hex 83 7B BE 1F 23 0 19 F7 22 3D
Octal 203 173 276 37 43 0 31 367 42 75
Binary 10000011 1111011 10111110 11111 100011 0 11001 11110111 100010 111101

Color Harmonies of #837BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837BBE

Black with #837BBE

Text Example


Text Example

White with #837BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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