Html Css Color HEX #8465EE Medium Slate Blue

📋 copy color: '#8465EE'

red 132 ◦ green 101 ◦ blue 238

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

Shades of Medium Slate Blue #8465EE

Tints of Medium Slate Blue #8465EE

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.44%

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

R = 28.03%
G = 21.44%
B = 50.53%

CMYK

 C value IS 0.45

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8465EE (or 0x8465EE) is known color: Medium Slate Blue. HEX triplet: 84, 65 and EE. RGB value is (132,101,238). Sum of RGB (Red+Green+Blue) = 132+101+238=471 (62% of max value = 765). Red value is 132 (51.95% from 255 or 28.03% from 471); Green value is 101 (39.84% from 255 or 21.44% from 471); Blue value is 238 (93.36% from 255 or 50.53% from 471); Max value from RGB is 238 - color contains mainly: blue. Hex color #8465EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8465EE is #7B9A11. Grayscale: #7D7D7D. Windows color (decimal): -8100370 or 15623556. OLE color: 15623556.

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

Color convert

RGB 132 101 238 -
CMYK 0.45 0.58 0 0.07
HSL 253.58º 0.8% 0.66% -
HSV(B) 253.58º 0.58% 0.93% -
XYZ 29.6 20.39 83.26 -
YUV 125.89 191.27 132.36 -
System Red Green Blue C M Y K H S L
Decimal 132 101 238 0.45 0.58 0 0.07 253.58 0.8 0.66
Hex 84 65 EE 2D 3A 0 7 FE 50 42
Octal 204 145 356 55 72 0 7 376 120 102
Binary 10000100 1100101 11101110 101101 111010 0 111 11111110 1010000 1000010

Color Harmonies of #8465EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8465EE

Black with #8465EE

Text Example


Text Example

White with #8465EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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