Html Css Color HEX #8649FC Medium Slate Blue

📋 copy color: '#8649FC'

red 134 ◦ green 73 ◦ blue 252

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

Shades of Medium Slate Blue #8649FC

Tints of Medium Slate Blue #8649FC

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.9%

 BLUE value IS 252 (98.83% from 255) = 54.9%

R = 29.19%
G = 15.9%
B = 54.9%

CMYK

 C value IS 0.47

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8649FC (or 0x8649FC) is known color: Medium Slate Blue. HEX triplet: 86, 49 and FC. RGB value is (134,73,252). Sum of RGB (Red+Green+Blue) = 134+73+252=459 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.19% from 459); Green value is 73 (28.91% from 255 or 15.90% from 459); Blue value is 252 (98.83% from 255 or 54.90% from 459); Max value from RGB is 252 - color contains mainly: blue. Hex color #8649FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8649FC is #79B603. Grayscale: #6E6E6E. Windows color (decimal): -7976452 or 16533894. OLE color: 16533894.

HSL color Cylindrical-coordinate representation of color #8649FC: hue angle of 260.45º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8649FC is Cyan = 0.47, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 134 73 252 -
CMYK 0.47 0.71 0 0.01
HSL 260.45º 0.97% 0.64% -
HSV(B) 260.45º 0.71% 0.99% -
XYZ 29.78 16.86 93.78 -
YUV 111.65 207.21 143.95 -
System Red Green Blue C M Y K H S L
Decimal 134 73 252 0.47 0.71 0 0.01 260.45 0.97 0.64
Hex 86 49 FC 2F 47 0 1 104 61 40
Octal 206 111 374 57 107 0 1 404 141 100
Binary 10000110 1001001 11111100 101111 1000111 0 1 100000100 1100001 1000000

Color Harmonies of #8649FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8649FC

Black with #8649FC

Text Example


Text Example

White with #8649FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8649FC; }

 p { color: rgb(134,73,252); }

 H1.HeaderClassName
 {
   color: #8649FC;
 }
 .AnyTagClassName
 {
   color: #8649FC;
 }
</style>

background-color css

<style>
 a { background-color: #8649FC; }

 a { background-color: rgb(134,73,252); }

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

border-color css

<style>
 span { border-color: #8649FC; }

 span { border-color: rgb(134,73,252); }

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