Html Css Color HEX #8370CF Moody Blue

📋 copy color: '#8370CF'

red 131 ◦ green 112 ◦ blue 207

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

Shades of Moody Blue #8370CF

Tints of Moody Blue #8370CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46%

R = 29.11%
G = 24.89%
B = 46%

CMYK

 C value IS 0.37

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8370CF (or 0x8370CF) is known color: Moody Blue. HEX triplet: 83, 70 and CF. RGB value is (131,112,207). Sum of RGB (Red+Green+Blue) = 131+112+207=450 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.11% from 450); Green value is 112 (44.14% from 255 or 24.89% from 450); Blue value is 207 (81.25% from 255 or 46% from 450); Max value from RGB is 207 - color contains mainly: blue. Hex color #8370CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8370CF is #7C8F30. Grayscale: #808080. Windows color (decimal): -8163121 or 13594755. OLE color: 13594755.

HSL color Cylindrical-coordinate representation of color #8370CF: hue angle of 252º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8370CF is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 131 112 207 -
CMYK 0.37 0.46 0 0.19
HSL 252º 0.5% 0.63% -
HSV(B) 252º 0.46% 0.81% -
XYZ 26.42 20.92 61.68 -
YUV 128.51 172.29 129.78 -
System Red Green Blue C M Y K H S L
Decimal 131 112 207 0.37 0.46 0 0.19 252 0.5 0.63
Hex 83 70 CF 25 2E 0 13 FC 32 3F
Octal 203 160 317 45 56 0 23 374 62 77
Binary 10000011 1110000 11001111 100101 101110 0 10011 11111100 110010 111111

Color Harmonies of #8370CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8370CF

Black with #8370CF

Text Example


Text Example

White with #8370CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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