Html Css Color HEX #8478ED Medium Slate Blue

📋 copy color: '#8478ED'

red 132 ◦ green 120 ◦ blue 237

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

Shades of Medium Slate Blue #8478ED

Tints of Medium Slate Blue #8478ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.47%

R = 26.99%
G = 24.54%
B = 48.47%

CMYK

 C value IS 0.44

 M value IS 0.49

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8478ED (or 0x8478ED) is known color: Medium Slate Blue. HEX triplet: 84, 78 and ED. RGB value is (132,120,237). Sum of RGB (Red+Green+Blue) = 132+120+237=489 (64% of max value = 765). Red value is 132 (51.95% from 255 or 26.99% from 489); Green value is 120 (47.27% from 255 or 24.54% from 489); Blue value is 237 (92.97% from 255 or 48.47% from 489); Max value from RGB is 237 - color contains mainly: blue. Hex color #8478ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8478ED is #7B8712. Grayscale: #888888. Windows color (decimal): -8095507 or 15562884. OLE color: 15562884.

HSL color Cylindrical-coordinate representation of color #8478ED: hue angle of 246.15º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8478ED is Cyan = 0.44, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 132 120 237 -
CMYK 0.44 0.49 0 0.07
HSL 246.15º 0.76% 0.7% -
HSV(B) 246.15º 0.49% 0.93% -
XYZ 31.52 24.45 83.18 -
YUV 136.93 184.48 124.49 -
System Red Green Blue C M Y K H S L
Decimal 132 120 237 0.44 0.49 0 0.07 246.15 0.76 0.7
Hex 84 78 ED 2C 31 0 7 F6 4C 46
Octal 204 170 355 54 61 0 7 366 114 106
Binary 10000100 1111000 11101101 101100 110001 0 111 11110110 1001100 1000110

Color Harmonies of #8478ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8478ED

Black with #8478ED

Text Example


Text Example

White with #8478ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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