Html Css Color HEX #8479CE Moody Blue

📋 copy color: '#8479CE'

red 132 ◦ green 121 ◦ blue 206

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

Shades of Moody Blue #8479CE

Tints of Moody Blue #8479CE

RGB

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

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

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

R = 28.76%
G = 26.36%
B = 44.88%

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

#8479CE (or 0x8479CE) is known color: Moody Blue. HEX triplet: 84, 79 and CE. RGB value is (132,121,206). Sum of RGB (Red+Green+Blue) = 132+121+206=459 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.76% from 459); Green value is 121 (47.66% from 255 or 26.36% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 206 - color contains mainly: blue. Hex color #8479CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8479CE is #7B8631. Grayscale: #858585. Windows color (decimal): -8095282 or 13531524. OLE color: 13531524.

HSL color Cylindrical-coordinate representation of color #8479CE: hue angle of 247.76º 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 #8479CE is Cyan = 0.36, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 132 121 206 -
CMYK 0.36 0.41 0 0.19
HSL 247.76º 0.46% 0.64% -
HSV(B) 247.76º 0.41% 0.81% -
XYZ 27.49 23.04 61.39 -
YUV 133.98 168.64 126.59 -
System Red Green Blue C M Y K H S L
Decimal 132 121 206 0.36 0.41 0 0.19 247.76 0.46 0.64
Hex 84 79 CE 24 29 0 13 F8 2E 40
Octal 204 171 316 44 51 0 23 370 56 100
Binary 10000100 1111001 11001110 100100 101001 0 10011 11111000 101110 1000000

Color Harmonies of #8479CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8479CE

Black with #8479CE

Text Example


Text Example

White with #8479CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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