Html Css Color HEX #837BBA Moody Blue

📋 copy color: '#837BBA'

red 131 ◦ green 123 ◦ blue 186

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

Shades of Moody Blue #837BBA

Tints of Moody Blue #837BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 42.27%

R = 29.77%
G = 27.95%
B = 42.27%

CMYK

 C value IS 0.30

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#837BBA (or 0x837BBA) is known color: Moody Blue. HEX triplet: 83, 7B and BA. RGB value is (131,123,186). Sum of RGB (Red+Green+Blue) = 131+123+186=440 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.77% from 440); Green value is 123 (48.44% from 255 or 27.95% from 440); Blue value is 186 (73.05% from 255 or 42.27% from 440); Max value from RGB is 186 - color contains mainly: blue. Hex color #837BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837BBA is #7C8445. Grayscale: #848484. Windows color (decimal): -8160326 or 12221315. OLE color: 12221315.

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

Color convert

RGB 131 123 186 -
CMYK 0.30 0.34 0 0.27
HSL 247.62º 0.31% 0.61% -
HSV(B) 247.62º 0.34% 0.73% -
XYZ 25.31 22.54 49.47 -
YUV 132.57 158.15 126.88 -
System Red Green Blue C M Y K H S L
Decimal 131 123 186 0.30 0.34 0 0.27 247.62 0.31 0.61
Hex 83 7B BA 1E 22 0 1B F8 1F 3D
Octal 203 173 272 36 42 0 33 370 37 75
Binary 10000011 1111011 10111010 11110 100010 0 11011 11111000 11111 111101

Color Harmonies of #837BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837BBA

Black with #837BBA

Text Example


Text Example

White with #837BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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