Html Css Color HEX #8672EA Medium Slate Blue

📋 copy color: '#8672EA'

red 134 ◦ green 114 ◦ blue 234

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

Shades of Medium Slate Blue #8672EA

Tints of Medium Slate Blue #8672EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 48.55%

R = 27.8%
G = 23.65%
B = 48.55%

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

#8672EA (or 0x8672EA) is known color: Medium Slate Blue. HEX triplet: 86, 72 and EA. RGB value is (134,114,234). Sum of RGB (Red+Green+Blue) = 134+114+234=482 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.80% from 482); Green value is 114 (44.92% from 255 or 23.65% from 482); Blue value is 234 (91.80% from 255 or 48.55% from 482); Max value from RGB is 234 - color contains mainly: blue. Hex color #8672EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8672EA is #798D15. Grayscale: #858585. Windows color (decimal): -7965974 or 15364742. OLE color: 15364742.

HSL color Cylindrical-coordinate representation of color #8672EA: hue angle of 250º degrees, saturation: 0.74, 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 #8672EA is Cyan = 0.43, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 134 114 234 -
CMYK 0.43 0.51 0 0.08
HSL 250º 0.74% 0.68% -
HSV(B) 250º 0.51% 0.92% -
XYZ 30.7 23.04 80.67 -
YUV 133.66 184.63 128.24 -
System Red Green Blue C M Y K H S L
Decimal 134 114 234 0.43 0.51 0 0.08 250 0.74 0.68
Hex 86 72 EA 2B 33 0 8 FA 4A 44
Octal 206 162 352 53 63 0 10 372 112 104
Binary 10000110 1110010 11101010 101011 110011 0 1000 11111010 1001010 1000100

Color Harmonies of #8672EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8672EA

Black with #8672EA

Text Example


Text Example

White with #8672EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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