Html Css Color HEX #8476DF Medium Slate Blue

📋 copy color: '#8476DF'

red 132 ◦ green 118 ◦ blue 223

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

Shades of Medium Slate Blue #8476DF

Tints of Medium Slate Blue #8476DF

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.95%

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

R = 27.91%
G = 24.95%
B = 47.15%

CMYK

 C value IS 0.41

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8476DF (or 0x8476DF) is known color: Medium Slate Blue. HEX triplet: 84, 76 and DF. RGB value is (132,118,223). Sum of RGB (Red+Green+Blue) = 132+118+223=473 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.91% from 473); Green value is 118 (46.48% from 255 or 24.95% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 223 - color contains mainly: blue. Hex color #8476DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8476DF is #7B8920. Grayscale: #858585. Windows color (decimal): -8096033 or 14644868. OLE color: 14644868.

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

Color convert

RGB 132 118 223 -
CMYK 0.41 0.47 0 0.13
HSL 248º 0.62% 0.67% -
HSV(B) 248º 0.47% 0.87% -
XYZ 29.31 23.19 72.74 -
YUV 134.16 178.14 126.46 -
System Red Green Blue C M Y K H S L
Decimal 132 118 223 0.41 0.47 0 0.13 248 0.62 0.67
Hex 84 76 DF 29 2F 0 D F8 3E 43
Octal 204 166 337 51 57 0 15 370 76 103
Binary 10000100 1110110 11011111 101001 101111 0 1101 11111000 111110 1000011

Color Harmonies of #8476DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8476DF

Black with #8476DF

Text Example


Text Example

White with #8476DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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