Html Css Color HEX #8479BE Moody Blue

📋 copy color: '#8479BE'

red 132 ◦ green 121 ◦ blue 190

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

Shades of Moody Blue #8479BE

Tints of Moody Blue #8479BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.89%

R = 29.8%
G = 27.31%
B = 42.89%

CMYK

 C value IS 0.31

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8479BE (or 0x8479BE) is known color: Moody Blue. HEX triplet: 84, 79 and BE. RGB value is (132,121,190). Sum of RGB (Red+Green+Blue) = 132+121+190=443 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.80% from 443); Green value is 121 (47.66% from 255 or 27.31% from 443); Blue value is 190 (74.61% from 255 or 42.89% from 443); Max value from RGB is 190 - color contains mainly: blue. Hex color #8479BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8479BE is #7B8641. Grayscale: #838383. Windows color (decimal): -8095298 or 12482948. OLE color: 12482948.

HSL color Cylindrical-coordinate representation of color #8479BE: hue angle of 249.57º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8479BE is Cyan = 0.31, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 132 121 190 -
CMYK 0.31 0.36 0 0.25
HSL 249.57º 0.35% 0.61% -
HSV(B) 249.57º 0.36% 0.75% -
XYZ 25.65 22.3 51.67 -
YUV 132.16 160.64 127.89 -
System Red Green Blue C M Y K H S L
Decimal 132 121 190 0.31 0.36 0 0.25 249.57 0.35 0.61
Hex 84 79 BE 1F 24 0 19 FA 23 3D
Octal 204 171 276 37 44 0 31 372 43 75
Binary 10000100 1111001 10111110 11111 100100 0 11001 11111010 100011 111101

Color Harmonies of #8479BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8479BE

Black with #8479BE

Text Example


Text Example

White with #8479BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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