Html Css Color HEX #8170E7 Medium Slate Blue

📋 copy color: '#8170E7'

red 129 ◦ green 112 ◦ blue 231

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

Shades of Medium Slate Blue #8170E7

Tints of Medium Slate Blue #8170E7

RGB

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

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

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

R = 27.33%
G = 23.73%
B = 48.94%

CMYK

 C value IS 0.44

 M value IS 0.52

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#8170E7 (or 0x8170E7) is known color: Medium Slate Blue. HEX triplet: 81, 70 and E7. RGB value is (129,112,231). Sum of RGB (Red+Green+Blue) = 129+112+231=472 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.33% from 472); Green value is 112 (44.14% from 255 or 23.73% from 472); Blue value is 231 (90.62% from 255 or 48.94% from 472); Max value from RGB is 231 - color contains mainly: blue. Hex color #8170E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8170E7 is #7E8F18. Grayscale: #828282. Windows color (decimal): -8294169 or 15167617. OLE color: 15167617.

HSL color Cylindrical-coordinate representation of color #8170E7: hue angle of 248.57º degrees, saturation: 0.71, 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 #8170E7 is Cyan = 0.44, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 129 112 231 -
CMYK 0.44 0.52 0 0.09
HSL 248.57º 0.71% 0.67% -
HSV(B) 248.57º 0.52% 0.91% -
XYZ 29.27 22.02 78.31 -
YUV 130.65 184.63 126.82 -
System Red Green Blue C M Y K H S L
Decimal 129 112 231 0.44 0.52 0 0.09 248.57 0.71 0.67
Hex 81 70 E7 2C 34 0 9 F9 47 43
Octal 201 160 347 54 64 0 11 371 107 103
Binary 10000001 1110000 11100111 101100 110100 0 1001 11111001 1000111 1000011

Color Harmonies of #8170E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8170E7

Black with #8170E7

Text Example


Text Example

White with #8170E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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