Html Css Color HEX #8674EE Medium Slate Blue

📋 copy color: '#8674EE'

red 134 ◦ green 116 ◦ blue 238

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

Shades of Medium Slate Blue #8674EE

Tints of Medium Slate Blue #8674EE

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.77%

 BLUE value IS 238 (93.36% from 255) = 48.77%

R = 27.46%
G = 23.77%
B = 48.77%

CMYK

 C value IS 0.44

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8674EE (or 0x8674EE) is known color: Medium Slate Blue. HEX triplet: 86, 74 and EE. RGB value is (134,116,238). Sum of RGB (Red+Green+Blue) = 134+116+238=488 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.46% from 488); Green value is 116 (45.70% from 255 or 23.77% from 488); Blue value is 238 (93.36% from 255 or 48.77% from 488); Max value from RGB is 238 - color contains mainly: blue. Hex color #8674EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8674EE is #798B11. Grayscale: #868686. Windows color (decimal): -7965458 or 15627398. OLE color: 15627398.

HSL color Cylindrical-coordinate representation of color #8674EE: hue angle of 248.85º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8674EE is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 134 116 238 -
CMYK 0.44 0.51 0 0.07
HSL 248.85º 0.78% 0.69% -
HSV(B) 248.85º 0.51% 0.93% -
XYZ 31.51 23.73 83.81 -
YUV 135.29 185.96 127.08 -
System Red Green Blue C M Y K H S L
Decimal 134 116 238 0.44 0.51 0 0.07 248.85 0.78 0.69
Hex 86 74 EE 2C 33 0 7 F9 4E 45
Octal 206 164 356 54 63 0 7 371 116 105
Binary 10000110 1110100 11101110 101100 110011 0 111 11111001 1001110 1000101

Color Harmonies of #8674EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8674EE

Black with #8674EE

Text Example


Text Example

White with #8674EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8674EE; }

 p { color: rgb(134,116,238); }

 H1.HeaderClassName
 {
   color: #8674EE;
 }
 .AnyTagClassName
 {
   color: #8674EE;
 }
</style>

background-color css

<style>
 a { background-color: #8674EE; }

 a { background-color: rgb(134,116,238); }

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

border-color css

<style>
 span { border-color: #8674EE; }

 span { border-color: rgb(134,116,238); }

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