Html Css Color HEX #8479DF Moody Blue

📋 copy color: '#8479DF'

red 132 ◦ green 121 ◦ blue 223

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

Shades of Moody Blue #8479DF

Tints of Moody Blue #8479DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.85%

R = 27.73%
G = 25.42%
B = 46.85%

CMYK

 C value IS 0.41

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8479DF (or 0x8479DF) is known color: Moody Blue. HEX triplet: 84, 79 and DF. RGB value is (132,121,223). Sum of RGB (Red+Green+Blue) = 132+121+223=476 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.73% from 476); Green value is 121 (47.66% from 255 or 25.42% from 476); Blue value is 223 (87.5% from 255 or 46.85% from 476); Max value from RGB is 223 - color contains mainly: blue. Hex color #8479DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8479DF is #7B8620. Grayscale: #878787. Windows color (decimal): -8095265 or 14645636. OLE color: 14645636.

HSL color Cylindrical-coordinate representation of color #8479DF: hue angle of 246.47º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8479DF is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 132 121 223 -
CMYK 0.41 0.46 0 0.13
HSL 246.47º 0.61% 0.67% -
HSV(B) 246.47º 0.46% 0.87% -
XYZ 29.67 23.91 72.86 -
YUV 135.92 177.14 125.21 -
System Red Green Blue C M Y K H S L
Decimal 132 121 223 0.41 0.46 0 0.13 246.47 0.61 0.67
Hex 84 79 DF 29 2E 0 D F6 3D 43
Octal 204 171 337 51 56 0 15 366 75 103
Binary 10000100 1111001 11011111 101001 101110 0 1101 11110110 111101 1000011

Color Harmonies of #8479DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8479DF

Black with #8479DF

Text Example


Text Example

White with #8479DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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