Html Css Color HEX #8672EB Medium Slate Blue

📋 copy color: '#8672EB'

red 134 ◦ green 114 ◦ blue 235

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

Shades of Medium Slate Blue #8672EB

Tints of Medium Slate Blue #8672EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.65%

R = 27.74%
G = 23.6%
B = 48.65%

CMYK

 C value IS 0.43

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8672EB (or 0x8672EB) is known color: Medium Slate Blue. HEX triplet: 86, 72 and EB. RGB value is (134,114,235). Sum of RGB (Red+Green+Blue) = 134+114+235=483 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.74% from 483); Green value is 114 (44.92% from 255 or 23.60% from 483); Blue value is 235 (92.19% from 255 or 48.65% from 483); Max value from RGB is 235 - color contains mainly: blue. Hex color #8672EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8672EB is #798D14. Grayscale: #858585. Windows color (decimal): -7965973 or 15430278. OLE color: 15430278.

HSL color Cylindrical-coordinate representation of color #8672EB: hue angle of 249.92º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8672EB is Cyan = 0.43, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 134 114 235 -
CMYK 0.43 0.51 0 0.08
HSL 249.92º 0.75% 0.68% -
HSV(B) 249.92º 0.51% 0.92% -
XYZ 30.84 23.1 81.43 -
YUV 133.77 185.13 128.16 -
System Red Green Blue C M Y K H S L
Decimal 134 114 235 0.43 0.51 0 0.08 249.92 0.75 0.68
Hex 86 72 EB 2B 33 0 8 FA 4B 44
Octal 206 162 353 53 63 0 10 372 113 104
Binary 10000110 1110010 11101011 101011 110011 0 1000 11111010 1001011 1000100

Color Harmonies of #8672EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8672EB

Black with #8672EB

Text Example


Text Example

White with #8672EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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