Html Css Color HEX #8670EF Medium Slate Blue

📋 copy color: '#8670EF'

red 134 ◦ green 112 ◦ blue 239

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

Shades of Medium Slate Blue #8670EF

Tints of Medium Slate Blue #8670EF

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.09%

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

R = 27.63%
G = 23.09%
B = 49.28%

CMYK

 C value IS 0.44

 M value IS 0.53

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8670EF (or 0x8670EF) is known color: Medium Slate Blue. HEX triplet: 86, 70 and EF. RGB value is (134,112,239). Sum of RGB (Red+Green+Blue) = 134+112+239=485 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.63% from 485); Green value is 112 (44.14% from 255 or 23.09% from 485); Blue value is 239 (93.75% from 255 or 49.28% from 485); Max value from RGB is 239 - color contains mainly: blue. Hex color #8670EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8670EF is #798F10. Grayscale: #848484. Windows color (decimal): -7966481 or 15691910. OLE color: 15691910.

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

Color convert

RGB 134 112 239 -
CMYK 0.44 0.53 0 0.06
HSL 250.39º 0.8% 0.69% -
HSV(B) 250.39º 0.53% 0.94% -
XYZ 31.21 22.89 84.43 -
YUV 133.06 187.79 128.67 -
System Red Green Blue C M Y K H S L
Decimal 134 112 239 0.44 0.53 0 0.06 250.39 0.8 0.69
Hex 86 70 EF 2C 35 0 6 FA 50 45
Octal 206 160 357 54 65 0 6 372 120 105
Binary 10000110 1110000 11101111 101100 110101 0 110 11111010 1010000 1000101

Color Harmonies of #8670EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8670EF

Black with #8670EF

Text Example


Text Example

White with #8670EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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