Html Css Color HEX #8672E7 Medium Slate Blue

📋 copy color: '#8672E7'

red 134 ◦ green 114 ◦ blue 231

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

Shades of Medium Slate Blue #8672E7

Tints of Medium Slate Blue #8672E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 48.23%

R = 27.97%
G = 23.8%
B = 48.23%

CMYK

 C value IS 0.42

 M value IS 0.51

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#8672E7 (or 0x8672E7) is known color: Medium Slate Blue. HEX triplet: 86, 72 and E7. RGB value is (134,114,231). Sum of RGB (Red+Green+Blue) = 134+114+231=479 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.97% from 479); Green value is 114 (44.92% from 255 or 23.80% from 479); Blue value is 231 (90.62% from 255 or 48.23% from 479); Max value from RGB is 231 - color contains mainly: blue. Hex color #8672E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8672E7 is #798D18. Grayscale: #848484. Windows color (decimal): -7965977 or 15168134. OLE color: 15168134.

HSL color Cylindrical-coordinate representation of color #8672E7: hue angle of 250.26º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8672E7 is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 134 114 231 -
CMYK 0.42 0.51 0 0.09
HSL 250.26º 0.71% 0.68% -
HSV(B) 250.26º 0.51% 0.91% -
XYZ 30.27 22.87 78.42 -
YUV 133.32 183.13 128.49 -
System Red Green Blue C M Y K H S L
Decimal 134 114 231 0.42 0.51 0 0.09 250.26 0.71 0.68
Hex 86 72 E7 2A 33 0 9 FA 47 44
Octal 206 162 347 52 63 0 11 372 107 104
Binary 10000110 1110010 11100111 101010 110011 0 1001 11111010 1000111 1000100

Color Harmonies of #8672E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8672E7

Black with #8672E7

Text Example


Text Example

White with #8672E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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