Html Css Color HEX #8372BC Moody Blue

📋 copy color: '#8372BC'

red 131 ◦ green 114 ◦ blue 188

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

Shades of Moody Blue #8372BC

Tints of Moody Blue #8372BC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.33%

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

R = 30.25%
G = 26.33%
B = 43.42%

CMYK

 C value IS 0.30

 M value IS 0.39

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8372BC (or 0x8372BC) is known color: Moody Blue. HEX triplet: 83, 72 and BC. RGB value is (131,114,188). Sum of RGB (Red+Green+Blue) = 131+114+188=433 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.25% from 433); Green value is 114 (44.92% from 255 or 26.33% from 433); Blue value is 188 (73.83% from 255 or 43.42% from 433); Max value from RGB is 188 - color contains mainly: blue. Hex color #8372BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8372BC is #7C8D43. Grayscale: #7F7F7F. Windows color (decimal): -8162628 or 12350083. OLE color: 12350083.

HSL color Cylindrical-coordinate representation of color #8372BC: hue angle of 253.78º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8372BC is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 131 114 188 -
CMYK 0.30 0.39 0 0.26
HSL 253.78º 0.36% 0.59% -
HSV(B) 253.78º 0.39% 0.74% -
XYZ 24.45 20.49 50.24 -
YUV 127.52 162.13 130.48 -
System Red Green Blue C M Y K H S L
Decimal 131 114 188 0.30 0.39 0 0.26 253.78 0.36 0.59
Hex 83 72 BC 1E 27 0 1A FE 24 3B
Octal 203 162 274 36 47 0 32 376 44 73
Binary 10000011 1110010 10111100 11110 100111 0 11010 11111110 100100 111011

Color Harmonies of #8372BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8372BC

Black with #8372BC

Text Example


Text Example

White with #8372BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8372BC; }

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

 H1.HeaderClassName
 {
   color: #8372BC;
 }
 .AnyTagClassName
 {
   color: #8372BC;
 }
</style>

background-color css

<style>
 a { background-color: #8372BC; }

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

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

border-color css

<style>
 span { border-color: #8372BC; }

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

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