Html Css Color HEX #817AE7 Medium Slate Blue

📋 copy color: '#817AE7'

red 129 ◦ green 122 ◦ blue 231

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

Shades of Medium Slate Blue #817AE7

Tints of Medium Slate Blue #817AE7

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.31%

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

R = 26.76%
G = 25.31%
B = 47.93%

CMYK

 C value IS 0.44

 M value IS 0.47

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#817AE7 (or 0x817AE7) is known color: Medium Slate Blue. HEX triplet: 81, 7A and E7. RGB value is (129,122,231). Sum of RGB (Red+Green+Blue) = 129+122+231=482 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.76% from 482); Green value is 122 (48.05% from 255 or 25.31% from 482); Blue value is 231 (90.62% from 255 or 47.93% from 482); Max value from RGB is 231 - color contains mainly: blue. Hex color #817AE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #817AE7 is #7E8518. Grayscale: #888888. Windows color (decimal): -8291609 or 15170177. OLE color: 15170177.

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

Color convert

RGB 129 122 231 -
CMYK 0.44 0.47 0 0.09
HSL 243.85º 0.69% 0.69% -
HSV(B) 243.85º 0.47% 0.91% -
XYZ 30.44 24.36 78.7 -
YUV 136.52 181.32 122.64 -
System Red Green Blue C M Y K H S L
Decimal 129 122 231 0.44 0.47 0 0.09 243.85 0.69 0.69
Hex 81 7A E7 2C 2F 0 9 F4 45 45
Octal 201 172 347 54 57 0 11 364 105 105
Binary 10000001 1111010 11100111 101100 101111 0 1001 11110100 1000101 1000101

Color Harmonies of #817AE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817AE7

Black with #817AE7

Text Example


Text Example

White with #817AE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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