Html Css Color HEX #8466EE Medium Slate Blue

📋 copy color: '#8466EE'

red 132 ◦ green 102 ◦ blue 238

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

Shades of Medium Slate Blue #8466EE

Tints of Medium Slate Blue #8466EE

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.61%

 BLUE value IS 238 (93.36% from 255) = 50.42%

R = 27.97%
G = 21.61%
B = 50.42%

CMYK

 C value IS 0.45

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8466EE (or 0x8466EE) is known color: Medium Slate Blue. HEX triplet: 84, 66 and EE. RGB value is (132,102,238). Sum of RGB (Red+Green+Blue) = 132+102+238=472 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.97% from 472); Green value is 102 (40.23% from 255 or 21.61% from 472); Blue value is 238 (93.36% from 255 or 50.42% from 472); Max value from RGB is 238 - color contains mainly: blue. Hex color #8466EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8466EE is #7B9911. Grayscale: #7D7D7D. Windows color (decimal): -8100114 or 15623812. OLE color: 15623812.

HSL color Cylindrical-coordinate representation of color #8466EE: hue angle of 253.24º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8466EE is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 132 102 238 -
CMYK 0.45 0.57 0 0.07
HSL 253.24º 0.8% 0.67% -
HSV(B) 253.24º 0.57% 0.93% -
XYZ 29.7 20.58 83.3 -
YUV 126.47 190.94 131.94 -
System Red Green Blue C M Y K H S L
Decimal 132 102 238 0.45 0.57 0 0.07 253.24 0.8 0.67
Hex 84 66 EE 2D 39 0 7 FD 50 43
Octal 204 146 356 55 71 0 7 375 120 103
Binary 10000100 1100110 11101110 101101 111001 0 111 11111101 1010000 1000011

Color Harmonies of #8466EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8466EE

Black with #8466EE

Text Example


Text Example

White with #8466EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8466EE; }

 p { color: rgb(132,102,238); }

 H1.HeaderClassName
 {
   color: #8466EE;
 }
 .AnyTagClassName
 {
   color: #8466EE;
 }
</style>

background-color css

<style>
 a { background-color: #8466EE; }

 a { background-color: rgb(132,102,238); }

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

border-color css

<style>
 span { border-color: #8466EE; }

 span { border-color: rgb(132,102,238); }

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