Html Css Color HEX #8379CA Moody Blue

📋 copy color: '#8379CA'

red 131 ◦ green 121 ◦ blue 202

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

Shades of Moody Blue #8379CA

Tints of Moody Blue #8379CA

RGB

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

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

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

R = 28.85%
G = 26.65%
B = 44.49%

CMYK

 C value IS 0.35

 M value IS 0.40

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8379CA (or 0x8379CA) is known color: Moody Blue. HEX triplet: 83, 79 and CA. RGB value is (131,121,202). Sum of RGB (Red+Green+Blue) = 131+121+202=454 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.85% from 454); Green value is 121 (47.66% from 255 or 26.65% from 454); Blue value is 202 (79.30% from 255 or 44.49% from 454); Max value from RGB is 202 - color contains mainly: blue. Hex color #8379CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8379CA is #7C8635. Grayscale: #848484. Windows color (decimal): -8160822 or 13269379. OLE color: 13269379.

HSL color Cylindrical-coordinate representation of color #8379CA: hue angle of 247.41º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8379CA is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 131 121 202 -
CMYK 0.35 0.40 0 0.21
HSL 247.41º 0.43% 0.63% -
HSV(B) 247.41º 0.4% 0.79% -
XYZ 26.86 22.76 58.86 -
YUV 133.22 166.81 126.41 -
System Red Green Blue C M Y K H S L
Decimal 131 121 202 0.35 0.40 0 0.21 247.41 0.43 0.63
Hex 83 79 CA 23 28 0 15 F7 2B 3F
Octal 203 171 312 43 50 0 25 367 53 77
Binary 10000011 1111001 11001010 100011 101000 0 10101 11110111 101011 111111

Color Harmonies of #8379CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8379CA

Black with #8379CA

Text Example


Text Example

White with #8379CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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