Html Css Color HEX #8655EF Medium Slate Blue

📋 copy color: '#8655EF'

red 134 ◦ green 85 ◦ blue 239

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

Shades of Medium Slate Blue #8655EF

Tints of Medium Slate Blue #8655EF

RGB

 RED value IS 134 (52.73% from 255) = 29.26%

 GREEN value IS 85 (33.59% from 255) = 18.56%

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

R = 29.26%
G = 18.56%
B = 52.18%

CMYK

 C value IS 0.44

 M value IS 0.64

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8655EF (or 0x8655EF) is known color: Medium Slate Blue. HEX triplet: 86, 55 and EF. RGB value is (134,85,239). Sum of RGB (Red+Green+Blue) = 134+85+239=458 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.26% from 458); Green value is 85 (33.59% from 255 or 18.56% from 458); Blue value is 239 (93.75% from 255 or 52.18% from 458); Max value from RGB is 239 - color contains mainly: blue. Hex color #8655EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8655EF is #79AA10. Grayscale: #747474. Windows color (decimal): -7973393 or 15684998. OLE color: 15684998.

HSL color Cylindrical-coordinate representation of color #8655EF: hue angle of 259.09º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8655EF is Cyan = 0.44, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 134 85 239 -
CMYK 0.44 0.64 0 0.06
HSL 259.09º 0.83% 0.64% -
HSV(B) 259.09º 0.64% 0.94% -
XYZ 28.66 17.8 83.59 -
YUV 117.21 196.73 139.98 -
System Red Green Blue C M Y K H S L
Decimal 134 85 239 0.44 0.64 0 0.06 259.09 0.83 0.64
Hex 86 55 EF 2C 40 0 6 103 53 40
Octal 206 125 357 54 100 0 6 403 123 100
Binary 10000110 1010101 11101111 101100 1000000 0 110 100000011 1010011 1000000

Color Harmonies of #8655EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8655EF

Black with #8655EF

Text Example


Text Example

White with #8655EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,85,239); }

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

background-color css

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

 a { background-color: rgb(134,85,239); }

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

border-color css

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

 span { border-color: rgb(134,85,239); }

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