Html Css Color HEX #8370CC Moody Blue

📋 copy color: '#8370CC'

red 131 ◦ green 112 ◦ blue 204

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

Shades of Moody Blue #8370CC

Tints of Moody Blue #8370CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.64%

R = 29.31%
G = 25.06%
B = 45.64%

CMYK

 C value IS 0.36

 M value IS 0.45

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8370CC (or 0x8370CC) is known color: Moody Blue. HEX triplet: 83, 70 and CC. RGB value is (131,112,204). Sum of RGB (Red+Green+Blue) = 131+112+204=447 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.31% from 447); Green value is 112 (44.14% from 255 or 25.06% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 204 - color contains mainly: blue. Hex color #8370CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8370CC is #7C8F33. Grayscale: #7F7F7F. Windows color (decimal): -8163124 or 13398147. OLE color: 13398147.

HSL color Cylindrical-coordinate representation of color #8370CC: hue angle of 252.39º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8370CC is Cyan = 0.36, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 131 112 204 -
CMYK 0.36 0.45 0 0.2
HSL 252.39º 0.47% 0.62% -
HSV(B) 252.39º 0.45% 0.8% -
XYZ 26.05 20.77 59.76 -
YUV 128.17 170.79 130.02 -
System Red Green Blue C M Y K H S L
Decimal 131 112 204 0.36 0.45 0 0.2 252.39 0.47 0.62
Hex 83 70 CC 24 2D 0 14 FC 2F 3E
Octal 203 160 314 44 55 0 24 374 57 76
Binary 10000011 1110000 11001100 100100 101101 0 10100 11111100 101111 111110

Color Harmonies of #8370CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8370CC

Black with #8370CC

Text Example


Text Example

White with #8370CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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