Html Css Color HEX #8372CE Moody Blue

📋 copy color: '#8372CE'

red 131 ◦ green 114 ◦ blue 206

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

Shades of Moody Blue #8372CE

Tints of Moody Blue #8372CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.68%

R = 29.05%
G = 25.28%
B = 45.68%

CMYK

 C value IS 0.36

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8372CE (or 0x8372CE) is known color: Moody Blue. HEX triplet: 83, 72 and CE. RGB value is (131,114,206). Sum of RGB (Red+Green+Blue) = 131+114+206=451 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.05% from 451); Green value is 114 (44.92% from 255 or 25.28% from 451); Blue value is 206 (80.86% from 255 or 45.68% from 451); Max value from RGB is 206 - color contains mainly: blue. Hex color #8372CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8372CE is #7C8D31. Grayscale: #818181. Windows color (decimal): -8162610 or 13529731. OLE color: 13529731.

HSL color Cylindrical-coordinate representation of color #8372CE: hue angle of 251.09º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8372CE is Cyan = 0.36, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 131 114 206 -
CMYK 0.36 0.45 0 0.19
HSL 251.09º 0.48% 0.63% -
HSV(B) 251.09º 0.45% 0.81% -
XYZ 26.52 21.32 61.11 -
YUV 129.57 171.13 129.02 -
System Red Green Blue C M Y K H S L
Decimal 131 114 206 0.36 0.45 0 0.19 251.09 0.48 0.63
Hex 83 72 CE 24 2D 0 13 FB 30 3F
Octal 203 162 316 44 55 0 23 373 60 77
Binary 10000011 1110010 11001110 100100 101101 0 10011 11111011 110000 111111

Color Harmonies of #8372CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8372CE

Black with #8372CE

Text Example


Text Example

White with #8372CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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