Html Css Color HEX #8465EF Medium Slate Blue

📋 copy color: '#8465EF'

red 132 ◦ green 101 ◦ blue 239

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

Shades of Medium Slate Blue #8465EF

Tints of Medium Slate Blue #8465EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 50.64%

R = 27.97%
G = 21.4%
B = 50.64%

CMYK

 C value IS 0.45

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8465EF (or 0x8465EF) is known color: Medium Slate Blue. HEX triplet: 84, 65 and EF. RGB value is (132,101,239). Sum of RGB (Red+Green+Blue) = 132+101+239=472 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.97% from 472); Green value is 101 (39.84% from 255 or 21.40% from 472); Blue value is 239 (93.75% from 255 or 50.64% from 472); Max value from RGB is 239 - color contains mainly: blue. Hex color #8465EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8465EF is #7B9A10. Grayscale: #7D7D7D. Windows color (decimal): -8100369 or 15689092. OLE color: 15689092.

HSL color Cylindrical-coordinate representation of color #8465EF: hue angle of 253.48º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8465EF is Cyan = 0.45, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 132 101 239 -
CMYK 0.45 0.58 0 0.06
HSL 253.48º 0.81% 0.67% -
HSV(B) 253.48º 0.58% 0.94% -
XYZ 29.75 20.44 84.04 -
YUV 126 191.77 132.28 -
System Red Green Blue C M Y K H S L
Decimal 132 101 239 0.45 0.58 0 0.06 253.48 0.81 0.67
Hex 84 65 EF 2D 3A 0 6 FD 51 43
Octal 204 145 357 55 72 0 6 375 121 103
Binary 10000100 1100101 11101111 101101 111010 0 110 11111101 1010001 1000011

Color Harmonies of #8465EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8465EF

Black with #8465EF

Text Example


Text Example

White with #8465EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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