Html Css Color HEX #8651FE Medium Slate Blue

📋 copy color: '#8651FE'

red 134 ◦ green 81 ◦ blue 254

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

Shades of Medium Slate Blue #8651FE

Tints of Medium Slate Blue #8651FE

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.27%

 BLUE value IS 254 (99.61% from 255) = 54.16%

R = 28.57%
G = 17.27%
B = 54.16%

CMYK

 C value IS 0.47

 M value IS 0.68

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8651FE (or 0x8651FE) is known color: Medium Slate Blue. HEX triplet: 86, 51 and FE. RGB value is (134,81,254). Sum of RGB (Red+Green+Blue) = 134+81+254=469 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.57% from 469); Green value is 81 (32.03% from 255 or 17.27% from 469); Blue value is 254 (99.61% from 255 or 54.16% from 469); Max value from RGB is 254 - color contains mainly: blue. Hex color #8651FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8651FE is #79AE01. Grayscale: #737373. Windows color (decimal): -7974402 or 16667014. OLE color: 16667014.

HSL color Cylindrical-coordinate representation of color #8651FE: hue angle of 258.38º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8651FE is Cyan = 0.47, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 134 81 254 -
CMYK 0.47 0.68 0 0.00
HSL 258.38º 0.99% 0.66% -
HSV(B) 258.38º 0.68% 1% -
XYZ 30.66 18.11 95.65 -
YUV 116.57 205.56 140.43 -
System Red Green Blue C M Y K H S L
Decimal 134 81 254 0.47 0.68 0 0.00 258.38 0.99 0.66
Hex 86 51 FE 2F 44 0 0 102 63 42
Octal 206 121 376 57 104 0 0 402 143 102
Binary 10000110 1010001 11111110 101111 1000100 0 0 100000010 1100011 1000010

Color Harmonies of #8651FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8651FE

Black with #8651FE

Text Example


Text Example

White with #8651FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8651FE; }

 p { color: rgb(134,81,254); }

 H1.HeaderClassName
 {
   color: #8651FE;
 }
 .AnyTagClassName
 {
   color: #8651FE;
 }
</style>

background-color css

<style>
 a { background-color: #8651FE; }

 a { background-color: rgb(134,81,254); }

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

border-color css

<style>
 span { border-color: #8651FE; }

 span { border-color: rgb(134,81,254); }

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