Html Css Color HEX #8379CE Moody Blue

📋 copy color: '#8379CE'

red 131 ◦ green 121 ◦ blue 206

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

Shades of Moody Blue #8379CE

Tints of Moody Blue #8379CE

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.42%

 BLUE value IS 206 (80.86% from 255) = 44.98%

R = 28.6%
G = 26.42%
B = 44.98%

CMYK

 C value IS 0.36

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8379CE (or 0x8379CE) is known color: Moody Blue. HEX triplet: 83, 79 and CE. RGB value is (131,121,206). Sum of RGB (Red+Green+Blue) = 131+121+206=458 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.60% from 458); Green value is 121 (47.66% from 255 or 26.42% from 458); Blue value is 206 (80.86% from 255 or 44.98% from 458); Max value from RGB is 206 - color contains mainly: blue. Hex color #8379CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8379CE is #7C8631. Grayscale: #858585. Windows color (decimal): -8160818 or 13531523. OLE color: 13531523.

HSL color Cylindrical-coordinate representation of color #8379CE: hue angle of 247.06º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8379CE is Cyan = 0.36, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 131 121 206 -
CMYK 0.36 0.41 0 0.19
HSL 247.06º 0.46% 0.64% -
HSV(B) 247.06º 0.41% 0.81% -
XYZ 27.34 22.96 61.38 -
YUV 133.68 168.81 126.09 -
System Red Green Blue C M Y K H S L
Decimal 131 121 206 0.36 0.41 0 0.19 247.06 0.46 0.64
Hex 83 79 CE 24 29 0 13 F7 2E 40
Octal 203 171 316 44 51 0 23 367 56 100
Binary 10000011 1111001 11001110 100100 101001 0 10011 11110111 101110 1000000

Color Harmonies of #8379CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8379CE

Black with #8379CE

Text Example


Text Example

White with #8379CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8379CE; }

 p { color: rgb(131,121,206); }

 H1.HeaderClassName
 {
   color: #8379CE;
 }
 .AnyTagClassName
 {
   color: #8379CE;
 }
</style>

background-color css

<style>
 a { background-color: #8379CE; }

 a { background-color: rgb(131,121,206); }

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

border-color css

<style>
 span { border-color: #8379CE; }

 span { border-color: rgb(131,121,206); }

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