Html Css Color HEX #817EE7 Medium Slate Blue

📋 copy color: '#817EE7'

red 129 ◦ green 126 ◦ blue 231

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

Shades of Medium Slate Blue #817EE7

Tints of Medium Slate Blue #817EE7

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25.93%

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

R = 26.54%
G = 25.93%
B = 47.53%

CMYK

 C value IS 0.44

 M value IS 0.45

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#817EE7 (or 0x817EE7) is known color: Medium Slate Blue. HEX triplet: 81, 7E and E7. RGB value is (129,126,231). Sum of RGB (Red+Green+Blue) = 129+126+231=486 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.54% from 486); Green value is 126 (49.61% from 255 or 25.93% from 486); Blue value is 231 (90.62% from 255 or 47.53% from 486); Max value from RGB is 231 - color contains mainly: blue. Hex color #817EE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #817EE7 is #7E8118. Grayscale: #8A8A8A. Windows color (decimal): -8290585 or 15171201. OLE color: 15171201.

HSL color Cylindrical-coordinate representation of color #817EE7: hue angle of 241.71º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #817EE7 is Cyan = 0.44, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 129 126 231 -
CMYK 0.44 0.45 0 0.09
HSL 241.71º 0.69% 0.7% -
HSV(B) 241.71º 0.45% 0.91% -
XYZ 30.94 25.36 78.87 -
YUV 138.87 179.99 120.96 -
System Red Green Blue C M Y K H S L
Decimal 129 126 231 0.44 0.45 0 0.09 241.71 0.69 0.7
Hex 81 7E E7 2C 2D 0 9 F2 45 46
Octal 201 176 347 54 55 0 11 362 105 106
Binary 10000001 1111110 11100111 101100 101101 0 1001 11110010 1000101 1000110

Color Harmonies of #817EE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817EE7

Black with #817EE7

Text Example


Text Example

White with #817EE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817EE7; }

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

 H1.HeaderClassName
 {
   color: #817EE7;
 }
 .AnyTagClassName
 {
   color: #817EE7;
 }
</style>

background-color css

<style>
 a { background-color: #817EE7; }

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

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

border-color css

<style>
 span { border-color: #817EE7; }

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

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