Html Css Color HEX #8479BA Moody Blue

📋 copy color: '#8479BA'

red 132 ◦ green 121 ◦ blue 186

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

Shades of Moody Blue #8479BA

Tints of Moody Blue #8479BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 42.37%

R = 30.07%
G = 27.56%
B = 42.37%

CMYK

 C value IS 0.29

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8479BA (or 0x8479BA) is known color: Moody Blue. HEX triplet: 84, 79 and BA. RGB value is (132,121,186). Sum of RGB (Red+Green+Blue) = 132+121+186=439 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30.07% from 439); Green value is 121 (47.66% from 255 or 27.56% from 439); Blue value is 186 (73.05% from 255 or 42.37% from 439); Max value from RGB is 186 - color contains mainly: blue. Hex color #8479BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8479BA is #7B8645. Grayscale: #838383. Windows color (decimal): -8095302 or 12220804. OLE color: 12220804.

HSL color Cylindrical-coordinate representation of color #8479BA: hue angle of 250.15º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8479BA is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 132 121 186 -
CMYK 0.29 0.35 0 0.27
HSL 250.15º 0.32% 0.6% -
HSV(B) 250.15º 0.35% 0.73% -
XYZ 25.22 22.13 49.4 -
YUV 131.7 158.64 128.21 -
System Red Green Blue C M Y K H S L
Decimal 132 121 186 0.29 0.35 0 0.27 250.15 0.32 0.6
Hex 84 79 BA 1D 23 0 1B FA 20 3C
Octal 204 171 272 35 43 0 33 372 40 74
Binary 10000100 1111001 10111010 11101 100011 0 11011 11111010 100000 111100

Color Harmonies of #8479BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8479BA

Black with #8479BA

Text Example


Text Example

White with #8479BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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