Html Css Color HEX #8670E8 Medium Slate Blue

📋 copy color: '#8670E8'

red 134 ◦ green 112 ◦ blue 232

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

Shades of Medium Slate Blue #8670E8

Tints of Medium Slate Blue #8670E8

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.43%

 BLUE value IS 232 (91.02% from 255) = 48.54%

R = 28.03%
G = 23.43%
B = 48.54%

CMYK

 C value IS 0.42

 M value IS 0.52

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#8670E8 (or 0x8670E8) is known color: Medium Slate Blue. HEX triplet: 86, 70 and E8. RGB value is (134,112,232). Sum of RGB (Red+Green+Blue) = 134+112+232=478 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.03% from 478); Green value is 112 (44.14% from 255 or 23.43% from 478); Blue value is 232 (91.02% from 255 or 48.54% from 478); Max value from RGB is 232 - color contains mainly: blue. Hex color #8670E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8670E8 is #798F17. Grayscale: #838383. Windows color (decimal): -7966488 or 15233158. OLE color: 15233158.

HSL color Cylindrical-coordinate representation of color #8670E8: hue angle of 251º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8670E8 is Cyan = 0.42, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 134 112 232 -
CMYK 0.42 0.52 0 0.09
HSL 251º 0.72% 0.67% -
HSV(B) 251º 0.52% 0.91% -
XYZ 30.19 22.48 79.09 -
YUV 132.26 184.29 129.24 -
System Red Green Blue C M Y K H S L
Decimal 134 112 232 0.42 0.52 0 0.09 251 0.72 0.67
Hex 86 70 E8 2A 34 0 9 FB 48 43
Octal 206 160 350 52 64 0 11 373 110 103
Binary 10000110 1110000 11101000 101010 110100 0 1001 11111011 1001000 1000011

Color Harmonies of #8670E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8670E8

Black with #8670E8

Text Example


Text Example

White with #8670E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8670E8; }

 p { color: rgb(134,112,232); }

 H1.HeaderClassName
 {
   color: #8670E8;
 }
 .AnyTagClassName
 {
   color: #8670E8;
 }
</style>

background-color css

<style>
 a { background-color: #8670E8; }

 a { background-color: rgb(134,112,232); }

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

border-color css

<style>
 span { border-color: #8670E8; }

 span { border-color: rgb(134,112,232); }

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