Html Css Color HEX #8373CD Moody Blue

📋 copy color: '#8373CD'

red 131 ◦ green 115 ◦ blue 205

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

Shades of Moody Blue #8373CD

Tints of Moody Blue #8373CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.45%

R = 29.05%
G = 25.5%
B = 45.45%

CMYK

 C value IS 0.36

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8373CD (or 0x8373CD) is known color: Moody Blue. HEX triplet: 83, 73 and CD. RGB value is (131,115,205). Sum of RGB (Red+Green+Blue) = 131+115+205=451 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.05% from 451); Green value is 115 (45.31% from 255 or 25.50% from 451); Blue value is 205 (80.47% from 255 or 45.45% from 451); Max value from RGB is 205 - color contains mainly: blue. Hex color #8373CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8373CD is #7C8C32. Grayscale: #818181. Windows color (decimal): -8162355 or 13464451. OLE color: 13464451.

HSL color Cylindrical-coordinate representation of color #8373CD: hue angle of 250.67º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8373CD is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 131 115 205 -
CMYK 0.36 0.44 0 0.20
HSL 250.67º 0.47% 0.63% -
HSV(B) 250.67º 0.44% 0.8% -
XYZ 26.51 21.49 60.51 -
YUV 130.04 170.3 128.68 -
System Red Green Blue C M Y K H S L
Decimal 131 115 205 0.36 0.44 0 0.20 250.67 0.47 0.63
Hex 83 73 CD 24 2C 0 14 FB 2F 3F
Octal 203 163 315 44 54 0 24 373 57 77
Binary 10000011 1110011 11001101 100100 101100 0 10100 11111011 101111 111111

Color Harmonies of #8373CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8373CD

Black with #8373CD

Text Example


Text Example

White with #8373CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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