Html Css Color HEX #837BBC Moody Blue

📋 copy color: '#837BBC'

red 131 ◦ green 123 ◦ blue 188

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

Shades of Moody Blue #837BBC

Tints of Moody Blue #837BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.53%

R = 29.64%
G = 27.83%
B = 42.53%

CMYK

 C value IS 0.30

 M value IS 0.35

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#837BBC (or 0x837BBC) is known color: Moody Blue. HEX triplet: 83, 7B and BC. RGB value is (131,123,188). Sum of RGB (Red+Green+Blue) = 131+123+188=442 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.64% from 442); Green value is 123 (48.44% from 255 or 27.83% from 442); Blue value is 188 (73.83% from 255 or 42.53% from 442); Max value from RGB is 188 - color contains mainly: blue. Hex color #837BBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837BBC is #7C8443. Grayscale: #848484. Windows color (decimal): -8160324 or 12352387. OLE color: 12352387.

HSL color Cylindrical-coordinate representation of color #837BBC: hue angle of 247.38º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #837BBC is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 131 123 188 -
CMYK 0.30 0.35 0 0.26
HSL 247.38º 0.33% 0.61% -
HSV(B) 247.38º 0.35% 0.74% -
XYZ 25.52 22.62 50.6 -
YUV 132.8 159.15 126.71 -
System Red Green Blue C M Y K H S L
Decimal 131 123 188 0.30 0.35 0 0.26 247.38 0.33 0.61
Hex 83 7B BC 1E 23 0 1A F7 21 3D
Octal 203 173 274 36 43 0 32 367 41 75
Binary 10000011 1111011 10111100 11110 100011 0 11010 11110111 100001 111101

Color Harmonies of #837BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837BBC

Black with #837BBC

Text Example


Text Example

White with #837BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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