Html Css Color HEX #8479E1 Medium Slate Blue

📋 copy color: '#8479E1'

red 132 ◦ green 121 ◦ blue 225

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

Shades of Medium Slate Blue #8479E1

Tints of Medium Slate Blue #8479E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 47.07%

R = 27.62%
G = 25.31%
B = 47.07%

CMYK

 C value IS 0.41

 M value IS 0.46

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#8479E1 (or 0x8479E1) is known color: Medium Slate Blue. HEX triplet: 84, 79 and E1. RGB value is (132,121,225). Sum of RGB (Red+Green+Blue) = 132+121+225=478 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.62% from 478); Green value is 121 (47.66% from 255 or 25.31% from 478); Blue value is 225 (88.28% from 255 or 47.07% from 478); Max value from RGB is 225 - color contains mainly: blue. Hex color #8479E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8479E1 is #7B861E. Grayscale: #878787. Windows color (decimal): -8095263 or 14776708. OLE color: 14776708.

HSL color Cylindrical-coordinate representation of color #8479E1: hue angle of 246.35º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8479E1 is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 132 121 225 -
CMYK 0.41 0.46 0 0.12
HSL 246.35º 0.63% 0.68% -
HSV(B) 246.35º 0.46% 0.88% -
XYZ 29.94 24.02 74.29 -
YUV 136.15 178.14 125.04 -
System Red Green Blue C M Y K H S L
Decimal 132 121 225 0.41 0.46 0 0.12 246.35 0.63 0.68
Hex 84 79 E1 29 2E 0 C F6 3F 44
Octal 204 171 341 51 56 0 14 366 77 104
Binary 10000100 1111001 11100001 101001 101110 0 1100 11110110 111111 1000100

Color Harmonies of #8479E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8479E1

Black with #8479E1

Text Example


Text Example

White with #8479E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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