Html Css Color HEX #8672E5 Medium Slate Blue

📋 copy color: '#8672E5'

red 134 ◦ green 114 ◦ blue 229

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

Shades of Medium Slate Blue #8672E5

Tints of Medium Slate Blue #8672E5

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.9%

 BLUE value IS 229 (89.84% from 255) = 48.01%

R = 28.09%
G = 23.9%
B = 48.01%

CMYK

 C value IS 0.41

 M value IS 0.50

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#8672E5 (or 0x8672E5) is known color: Medium Slate Blue. HEX triplet: 86, 72 and E5. RGB value is (134,114,229). Sum of RGB (Red+Green+Blue) = 134+114+229=477 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.09% from 477); Green value is 114 (44.92% from 255 or 23.90% from 477); Blue value is 229 (89.84% from 255 or 48.01% from 477); Max value from RGB is 229 - color contains mainly: blue. Hex color #8672E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8672E5 is #798D1A. Grayscale: #848484. Windows color (decimal): -7965979 or 15037062. OLE color: 15037062.

HSL color Cylindrical-coordinate representation of color #8672E5: hue angle of 250.43º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8672E5 is Cyan = 0.41, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 134 114 229 -
CMYK 0.41 0.50 0 0.10
HSL 250.43º 0.69% 0.67% -
HSV(B) 250.43º 0.5% 0.9% -
XYZ 29.99 22.76 76.94 -
YUV 133.09 182.13 128.65 -
System Red Green Blue C M Y K H S L
Decimal 134 114 229 0.41 0.50 0 0.10 250.43 0.69 0.67
Hex 86 72 E5 29 32 0 A FA 45 43
Octal 206 162 345 51 62 0 12 372 105 103
Binary 10000110 1110010 11100101 101001 110010 0 1010 11111010 1000101 1000011

Color Harmonies of #8672E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8672E5

Black with #8672E5

Text Example


Text Example

White with #8672E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8672E5; }

 p { color: rgb(134,114,229); }

 H1.HeaderClassName
 {
   color: #8672E5;
 }
 .AnyTagClassName
 {
   color: #8672E5;
 }
</style>

background-color css

<style>
 a { background-color: #8672E5; }

 a { background-color: rgb(134,114,229); }

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

border-color css

<style>
 span { border-color: #8672E5; }

 span { border-color: rgb(134,114,229); }

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