Html Css Color HEX #8370CA Moody Blue

📋 copy color: '#8370CA'

red 131 ◦ green 112 ◦ blue 202

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

Shades of Moody Blue #8370CA

Tints of Moody Blue #8370CA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.17%

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

R = 29.44%
G = 25.17%
B = 45.39%

CMYK

 C value IS 0.35

 M value IS 0.45

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8370CA (or 0x8370CA) is known color: Moody Blue. HEX triplet: 83, 70 and CA. RGB value is (131,112,202). Sum of RGB (Red+Green+Blue) = 131+112+202=445 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.44% from 445); Green value is 112 (44.14% from 255 or 25.17% from 445); Blue value is 202 (79.30% from 255 or 45.39% from 445); Max value from RGB is 202 - color contains mainly: blue. Hex color #8370CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8370CA is #7C8F35. Grayscale: #7F7F7F. Windows color (decimal): -8163126 or 13267075. OLE color: 13267075.

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

Color convert

RGB 131 112 202 -
CMYK 0.35 0.45 0 0.21
HSL 252.67º 0.46% 0.62% -
HSV(B) 252.67º 0.45% 0.79% -
XYZ 25.81 20.68 58.51 -
YUV 127.94 169.79 130.18 -
System Red Green Blue C M Y K H S L
Decimal 131 112 202 0.35 0.45 0 0.21 252.67 0.46 0.62
Hex 83 70 CA 23 2D 0 15 FD 2E 3E
Octal 203 160 312 43 55 0 25 375 56 76
Binary 10000011 1110000 11001010 100011 101101 0 10101 11111101 101110 111110

Color Harmonies of #8370CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8370CA

Black with #8370CA

Text Example


Text Example

White with #8370CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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