Html Css Color HEX #8170EB Medium Slate Blue

📋 copy color: '#8170EB'

red 129 ◦ green 112 ◦ blue 235

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

Shades of Medium Slate Blue #8170EB

Tints of Medium Slate Blue #8170EB

RGB

 RED value IS 129 (50.78% from 255) = 27.1%

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

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

R = 27.1%
G = 23.53%
B = 49.37%

CMYK

 C value IS 0.45

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8170EB (or 0x8170EB) is known color: Medium Slate Blue. HEX triplet: 81, 70 and EB. RGB value is (129,112,235). Sum of RGB (Red+Green+Blue) = 129+112+235=476 (63% of max value = 765). Red value is 129 (50.78% from 255 or 27.10% from 476); Green value is 112 (44.14% from 255 or 23.53% from 476); Blue value is 235 (92.19% from 255 or 49.37% from 476); Max value from RGB is 235 - color contains mainly: blue. Hex color #8170EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8170EB is #7E8F14. Grayscale: #828282. Windows color (decimal): -8294165 or 15429761. OLE color: 15429761.

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

Color convert

RGB 129 112 235 -
CMYK 0.45 0.52 0 0.08
HSL 248.29º 0.75% 0.68% -
HSV(B) 248.29º 0.52% 0.92% -
XYZ 29.84 22.25 81.32 -
YUV 131.11 186.63 126.5 -
System Red Green Blue C M Y K H S L
Decimal 129 112 235 0.45 0.52 0 0.08 248.29 0.75 0.68
Hex 81 70 EB 2D 34 0 8 F8 4B 44
Octal 201 160 353 55 64 0 10 370 113 104
Binary 10000001 1110000 11101011 101101 110100 0 1000 11111000 1001011 1000100

Color Harmonies of #8170EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8170EB

Black with #8170EB

Text Example


Text Example

White with #8170EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,112,235); }

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

background-color css

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

 a { background-color: rgb(129,112,235); }

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

border-color css

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

 span { border-color: rgb(129,112,235); }

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