Html Css Color HEX #8371CA Moody Blue

📋 copy color: '#8371CA'

red 131 ◦ green 113 ◦ blue 202

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

Shades of Moody Blue #8371CA

Tints of Moody Blue #8371CA

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.34%

 BLUE value IS 202 (79.3% from 255) = 45.29%

R = 29.37%
G = 25.34%
B = 45.29%

CMYK

 C value IS 0.35

 M value IS 0.44

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8371CA (or 0x8371CA) is known color: Moody Blue. HEX triplet: 83, 71 and CA. RGB value is (131,113,202). Sum of RGB (Red+Green+Blue) = 131+113+202=446 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.37% from 446); Green value is 113 (44.53% from 255 or 25.34% from 446); Blue value is 202 (79.30% from 255 or 45.29% from 446); Max value from RGB is 202 - color contains mainly: blue. Hex color #8371CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8371CA is #7C8E35. Grayscale: #808080. Windows color (decimal): -8162870 or 13267331. OLE color: 13267331.

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

Color convert

RGB 131 113 202 -
CMYK 0.35 0.44 0 0.21
HSL 252.13º 0.46% 0.62% -
HSV(B) 252.13º 0.44% 0.79% -
XYZ 25.93 20.9 58.54 -
YUV 128.53 169.46 129.76 -
System Red Green Blue C M Y K H S L
Decimal 131 113 202 0.35 0.44 0 0.21 252.13 0.46 0.62
Hex 83 71 CA 23 2C 0 15 FC 2E 3E
Octal 203 161 312 43 54 0 25 374 56 76
Binary 10000011 1110001 11001010 100011 101100 0 10101 11111100 101110 111110

Color Harmonies of #8371CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8371CA

Black with #8371CA

Text Example


Text Example

White with #8371CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8371CA; }

 p { color: rgb(131,113,202); }

 H1.HeaderClassName
 {
   color: #8371CA;
 }
 .AnyTagClassName
 {
   color: #8371CA;
 }
</style>

background-color css

<style>
 a { background-color: #8371CA; }

 a { background-color: rgb(131,113,202); }

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

border-color css

<style>
 span { border-color: #8371CA; }

 span { border-color: rgb(131,113,202); }

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