Html Css Color HEX #817DE1 Medium Slate Blue

📋 copy color: '#817DE1'

red 129 ◦ green 125 ◦ blue 225

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

Shades of Medium Slate Blue #817DE1

Tints of Medium Slate Blue #817DE1

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.1%

 BLUE value IS 225 (88.28% from 255) = 46.97%

R = 26.93%
G = 26.1%
B = 46.97%

CMYK

 C value IS 0.43

 M value IS 0.44

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#817DE1 (or 0x817DE1) is known color: Medium Slate Blue. HEX triplet: 81, 7D and E1. RGB value is (129,125,225). Sum of RGB (Red+Green+Blue) = 129+125+225=479 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.93% from 479); Green value is 125 (49.22% from 255 or 26.10% from 479); Blue value is 225 (88.28% from 255 or 46.97% from 479); Max value from RGB is 225 - color contains mainly: blue. Hex color #817DE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #817DE1 is #7E821E. Grayscale: #898989. Windows color (decimal): -8290847 or 14777729. OLE color: 14777729.

HSL color Cylindrical-coordinate representation of color #817DE1: hue angle of 242.4º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #817DE1 is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 129 125 225 -
CMYK 0.43 0.44 0 0.12
HSL 242.4º 0.63% 0.69% -
HSV(B) 242.4º 0.44% 0.88% -
XYZ 29.98 24.77 74.44 -
YUV 137.6 177.33 121.87 -
System Red Green Blue C M Y K H S L
Decimal 129 125 225 0.43 0.44 0 0.12 242.4 0.63 0.69
Hex 81 7D E1 2B 2C 0 C F2 3E 45
Octal 201 175 341 53 54 0 14 362 76 105
Binary 10000001 1111101 11100001 101011 101100 0 1100 11110010 111110 1000101

Color Harmonies of #817DE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817DE1

Black with #817DE1

Text Example


Text Example

White with #817DE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,125,225); }

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

background-color css

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

 a { background-color: rgb(129,125,225); }

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

border-color css

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

 span { border-color: rgb(129,125,225); }

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