Html Css Color HEX #8479C1 Moody Blue

📋 copy color: '#8479C1'

red 132 ◦ green 121 ◦ blue 193

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

Shades of Moody Blue #8479C1

Tints of Moody Blue #8479C1

RGB

 RED value IS 132 (51.95% from 255) = 29.6%

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

 BLUE value IS 193 (75.78% from 255) = 43.27%

R = 29.6%
G = 27.13%
B = 43.27%

CMYK

 C value IS 0.32

 M value IS 0.37

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#8479C1 (or 0x8479C1) is known color: Moody Blue. HEX triplet: 84, 79 and C1. RGB value is (132,121,193). Sum of RGB (Red+Green+Blue) = 132+121+193=446 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.60% from 446); Green value is 121 (47.66% from 255 or 27.13% from 446); Blue value is 193 (75.78% from 255 or 43.27% from 446); Max value from RGB is 193 - color contains mainly: blue. Hex color #8479C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8479C1 is #7B863E. Grayscale: #848484. Windows color (decimal): -8095295 or 12679556. OLE color: 12679556.

HSL color Cylindrical-coordinate representation of color #8479C1: hue angle of 249.17º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8479C1 is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 132 121 193 -
CMYK 0.32 0.37 0 0.24
HSL 249.17º 0.37% 0.62% -
HSV(B) 249.17º 0.37% 0.76% -
XYZ 25.98 22.43 53.41 -
YUV 132.5 162.14 127.65 -
System Red Green Blue C M Y K H S L
Decimal 132 121 193 0.32 0.37 0 0.24 249.17 0.37 0.62
Hex 84 79 C1 20 25 0 18 F9 25 3E
Octal 204 171 301 40 45 0 30 371 45 76
Binary 10000100 1111001 11000001 100000 100101 0 11000 11111001 100101 111110

Color Harmonies of #8479C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8479C1

Black with #8479C1

Text Example


Text Example

White with #8479C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8479C1; }

 p { color: rgb(132,121,193); }

 H1.HeaderClassName
 {
   color: #8479C1;
 }
 .AnyTagClassName
 {
   color: #8479C1;
 }
</style>

background-color css

<style>
 a { background-color: #8479C1; }

 a { background-color: rgb(132,121,193); }

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

border-color css

<style>
 span { border-color: #8479C1; }

 span { border-color: rgb(132,121,193); }

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