Html Css Color HEX #8656FA Medium Slate Blue

📋 copy color: '#8656FA'

red 134 ◦ green 86 ◦ blue 250

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

Shades of Medium Slate Blue #8656FA

Tints of Medium Slate Blue #8656FA

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.3%

 BLUE value IS 250 (98.05% from 255) = 53.19%

R = 28.51%
G = 18.3%
B = 53.19%

CMYK

 C value IS 0.46

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8656FA (or 0x8656FA) is known color: Medium Slate Blue. HEX triplet: 86, 56 and FA. RGB value is (134,86,250). Sum of RGB (Red+Green+Blue) = 134+86+250=470 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.51% from 470); Green value is 86 (33.98% from 255 or 18.30% from 470); Blue value is 250 (98.05% from 255 or 53.19% from 470); Max value from RGB is 250 - color contains mainly: blue. Hex color #8656FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8656FA is #79A905. Grayscale: #767676. Windows color (decimal): -7973126 or 16406150. OLE color: 16406150.

HSL color Cylindrical-coordinate representation of color #8656FA: hue angle of 257.56º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8656FA is Cyan = 0.46, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 134 86 250 -
CMYK 0.46 0.66 0 0.02
HSL 257.56º 0.94% 0.66% -
HSV(B) 257.56º 0.66% 0.98% -
XYZ 30.41 18.63 92.43 -
YUV 119.05 201.9 138.66 -
System Red Green Blue C M Y K H S L
Decimal 134 86 250 0.46 0.66 0 0.02 257.56 0.94 0.66
Hex 86 56 FA 2E 42 0 2 102 5E 42
Octal 206 126 372 56 102 0 2 402 136 102
Binary 10000110 1010110 11111010 101110 1000010 0 10 100000010 1011110 1000010

Color Harmonies of #8656FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8656FA

Black with #8656FA

Text Example


Text Example

White with #8656FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8656FA; }

 p { color: rgb(134,86,250); }

 H1.HeaderClassName
 {
   color: #8656FA;
 }
 .AnyTagClassName
 {
   color: #8656FA;
 }
</style>

background-color css

<style>
 a { background-color: #8656FA; }

 a { background-color: rgb(134,86,250); }

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

border-color css

<style>
 span { border-color: #8656FA; }

 span { border-color: rgb(134,86,250); }

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