Html Css Color HEX #8373C9 Moody Blue

📋 copy color: '#8373C9'

red 131 ◦ green 115 ◦ blue 201

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

Shades of Moody Blue #8373C9

Tints of Moody Blue #8373C9

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.73%

 BLUE value IS 201 (78.91% from 255) = 44.97%

R = 29.31%
G = 25.73%
B = 44.97%

CMYK

 C value IS 0.35

 M value IS 0.43

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8373C9 (or 0x8373C9) is known color: Moody Blue. HEX triplet: 83, 73 and C9. RGB value is (131,115,201). Sum of RGB (Red+Green+Blue) = 131+115+201=447 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.31% from 447); Green value is 115 (45.31% from 255 or 25.73% from 447); Blue value is 201 (78.91% from 255 or 44.97% from 447); Max value from RGB is 201 - color contains mainly: blue. Hex color #8373C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8373C9 is #7C8C36. Grayscale: #818181. Windows color (decimal): -8162359 or 13202307. OLE color: 13202307.

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

Color convert

RGB 131 115 201 -
CMYK 0.35 0.43 0 0.21
HSL 251.16º 0.44% 0.62% -
HSV(B) 251.16º 0.43% 0.79% -
XYZ 26.03 21.3 58 -
YUV 129.59 168.3 129.01 -
System Red Green Blue C M Y K H S L
Decimal 131 115 201 0.35 0.43 0 0.21 251.16 0.44 0.62
Hex 83 73 C9 23 2B 0 15 FB 2C 3E
Octal 203 163 311 43 53 0 25 373 54 76
Binary 10000011 1110011 11001001 100011 101011 0 10101 11111011 101100 111110

Color Harmonies of #8373C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8373C9

Black with #8373C9

Text Example


Text Example

White with #8373C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8373C9; }

 p { color: rgb(131,115,201); }

 H1.HeaderClassName
 {
   color: #8373C9;
 }
 .AnyTagClassName
 {
   color: #8373C9;
 }
</style>

background-color css

<style>
 a { background-color: #8373C9; }

 a { background-color: rgb(131,115,201); }

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

border-color css

<style>
 span { border-color: #8373C9; }

 span { border-color: rgb(131,115,201); }

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