Html Css Color HEX #8650EF Medium Slate Blue

📋 copy color: '#8650EF'

red 134 ◦ green 80 ◦ blue 239

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

Shades of Medium Slate Blue #8650EF

Tints of Medium Slate Blue #8650EF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.66%

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

R = 29.58%
G = 17.66%
B = 52.76%

CMYK

 C value IS 0.44

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8650EF (or 0x8650EF) is known color: Medium Slate Blue. HEX triplet: 86, 50 and EF. RGB value is (134,80,239). Sum of RGB (Red+Green+Blue) = 134+80+239=453 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.58% from 453); Green value is 80 (31.64% from 255 or 17.66% from 453); Blue value is 239 (93.75% from 255 or 52.76% from 453); Max value from RGB is 239 - color contains mainly: blue. Hex color #8650EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8650EF is #79AF10. Grayscale: #717171. Windows color (decimal): -7974673 or 15683718. OLE color: 15683718.

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

Color convert

RGB 134 80 239 -
CMYK 0.44 0.67 0 0.06
HSL 260.38º 0.83% 0.63% -
HSV(B) 260.38º 0.67% 0.94% -
XYZ 28.28 17.04 83.46 -
YUV 114.27 198.39 142.07 -
System Red Green Blue C M Y K H S L
Decimal 134 80 239 0.44 0.67 0 0.06 260.38 0.83 0.63
Hex 86 50 EF 2C 43 0 6 104 53 3F
Octal 206 120 357 54 103 0 6 404 123 77
Binary 10000110 1010000 11101111 101100 1000011 0 110 100000100 1010011 111111

Color Harmonies of #8650EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8650EF

Black with #8650EF

Text Example


Text Example

White with #8650EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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