Html Css Color HEX #8656FD Medium Slate Blue

📋 copy color: '#8656FD'

red 134 ◦ green 86 ◦ blue 253

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

Shades of Medium Slate Blue #8656FD

Tints of Medium Slate Blue #8656FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 53.49%

R = 28.33%
G = 18.18%
B = 53.49%

CMYK

 C value IS 0.47

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8656FD (or 0x8656FD) is known color: Medium Slate Blue. HEX triplet: 86, 56 and FD. RGB value is (134,86,253). Sum of RGB (Red+Green+Blue) = 134+86+253=473 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.33% from 473); Green value is 86 (33.98% from 255 or 18.18% from 473); Blue value is 253 (99.22% from 255 or 53.49% from 473); Max value from RGB is 253 - color contains mainly: blue. Hex color #8656FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8656FD is #79A902. Grayscale: #767676. Windows color (decimal): -7973123 or 16602758. OLE color: 16602758.

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

Color convert

RGB 134 86 253 -
CMYK 0.47 0.66 0 0.01
HSL 257.25º 0.98% 0.66% -
HSV(B) 257.25º 0.66% 0.99% -
XYZ 30.89 18.82 94.93 -
YUV 119.39 203.4 138.42 -
System Red Green Blue C M Y K H S L
Decimal 134 86 253 0.47 0.66 0 0.01 257.25 0.98 0.66
Hex 86 56 FD 2F 42 0 1 101 62 42
Octal 206 126 375 57 102 0 1 401 142 102
Binary 10000110 1010110 11111101 101111 1000010 0 1 100000001 1100010 1000010

Color Harmonies of #8656FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8656FD

Black with #8656FD

Text Example


Text Example

White with #8656FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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