Html Css Color HEX #8478DF Medium Slate Blue

📋 copy color: '#8478DF'

red 132 ◦ green 120 ◦ blue 223

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

Shades of Medium Slate Blue #8478DF

Tints of Medium Slate Blue #8478DF

RGB

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

 GREEN value IS 120 (47.27% from 255) = 25.26%

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

R = 27.79%
G = 25.26%
B = 46.95%

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

#8478DF (or 0x8478DF) is known color: Medium Slate Blue. HEX triplet: 84, 78 and DF. RGB value is (132,120,223). Sum of RGB (Red+Green+Blue) = 132+120+223=475 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.79% from 475); Green value is 120 (47.27% from 255 or 25.26% from 475); Blue value is 223 (87.5% from 255 or 46.95% from 475); Max value from RGB is 223 - color contains mainly: blue. Hex color #8478DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8478DF is #7B8720. Grayscale: #868686. Windows color (decimal): -8095521 or 14645380. OLE color: 14645380.

HSL color Cylindrical-coordinate representation of color #8478DF: hue angle of 246.99º degrees, saturation: 0.62, 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 #8478DF is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 132 120 223 -
CMYK 0.41 0.46 0 0.13
HSL 246.99º 0.62% 0.67% -
HSV(B) 246.99º 0.46% 0.87% -
XYZ 29.55 23.67 72.82 -
YUV 135.33 177.48 125.62 -
System Red Green Blue C M Y K H S L
Decimal 132 120 223 0.41 0.46 0 0.13 246.99 0.62 0.67
Hex 84 78 DF 29 2E 0 D F7 3E 43
Octal 204 170 337 51 56 0 15 367 76 103
Binary 10000100 1111000 11011111 101001 101110 0 1101 11110111 111110 1000011

Color Harmonies of #8478DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8478DF

Black with #8478DF

Text Example


Text Example

White with #8478DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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