Html Css Color HEX #837BCA Moody Blue

📋 copy color: '#837BCA'

red 131 ◦ green 123 ◦ blue 202

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

Shades of Moody Blue #837BCA

Tints of Moody Blue #837BCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.3%

R = 28.73%
G = 26.97%
B = 44.3%

CMYK

 C value IS 0.35

 M value IS 0.39

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#837BCA (or 0x837BCA) is known color: Moody Blue. HEX triplet: 83, 7B and CA. RGB value is (131,123,202). Sum of RGB (Red+Green+Blue) = 131+123+202=456 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.73% from 456); Green value is 123 (48.44% from 255 or 26.97% from 456); Blue value is 202 (79.30% from 255 or 44.30% from 456); Max value from RGB is 202 - color contains mainly: blue. Hex color #837BCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837BCA is #7C8435. Grayscale: #868686. Windows color (decimal): -8160310 or 13269891. OLE color: 13269891.

HSL color Cylindrical-coordinate representation of color #837BCA: hue angle of 246.08º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #837BCA is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 131 123 202 -
CMYK 0.35 0.39 0 0.21
HSL 246.08º 0.43% 0.64% -
HSV(B) 246.08º 0.39% 0.79% -
XYZ 27.1 23.26 58.94 -
YUV 134.4 166.15 125.58 -
System Red Green Blue C M Y K H S L
Decimal 131 123 202 0.35 0.39 0 0.21 246.08 0.43 0.64
Hex 83 7B CA 23 27 0 15 F6 2B 40
Octal 203 173 312 43 47 0 25 366 53 100
Binary 10000011 1111011 11001010 100011 100111 0 10101 11110110 101011 1000000

Color Harmonies of #837BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837BCA

Black with #837BCA

Text Example


Text Example

White with #837BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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