Html Css Color HEX #816CE0 Medium Slate Blue

📋 copy color: '#816CE0'

red 129 ◦ green 108 ◦ blue 224

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

Shades of Medium Slate Blue #816CE0

Tints of Medium Slate Blue #816CE0

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.43%

 BLUE value IS 224 (87.89% from 255) = 48.59%

R = 27.98%
G = 23.43%
B = 48.59%

CMYK

 C value IS 0.42

 M value IS 0.52

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#816CE0 (or 0x816CE0) is known color: Medium Slate Blue. HEX triplet: 81, 6C and E0. RGB value is (129,108,224). Sum of RGB (Red+Green+Blue) = 129+108+224=461 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.98% from 461); Green value is 108 (42.58% from 255 or 23.43% from 461); Blue value is 224 (87.89% from 255 or 48.59% from 461); Max value from RGB is 224 - color contains mainly: blue. Hex color #816CE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #816CE0 is #7E931F. Grayscale: #7F7F7F. Windows color (decimal): -8295200 or 14707841. OLE color: 14707841.

HSL color Cylindrical-coordinate representation of color #816CE0: hue angle of 250.86º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #816CE0 is Cyan = 0.42, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 129 108 224 -
CMYK 0.42 0.52 0 0.12
HSL 250.86º 0.65% 0.65% -
HSV(B) 250.86º 0.52% 0.88% -
XYZ 27.87 20.77 73.06 -
YUV 127.5 182.46 129.07 -
System Red Green Blue C M Y K H S L
Decimal 129 108 224 0.42 0.52 0 0.12 250.86 0.65 0.65
Hex 81 6C E0 2A 34 0 C FB 41 41
Octal 201 154 340 52 64 0 14 373 101 101
Binary 10000001 1101100 11100000 101010 110100 0 1100 11111011 1000001 1000001

Color Harmonies of #816CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816CE0

Black with #816CE0

Text Example


Text Example

White with #816CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #816CE0; }

 p { color: rgb(129,108,224); }

 H1.HeaderClassName
 {
   color: #816CE0;
 }
 .AnyTagClassName
 {
   color: #816CE0;
 }
</style>

background-color css

<style>
 a { background-color: #816CE0; }

 a { background-color: rgb(129,108,224); }

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

border-color css

<style>
 span { border-color: #816CE0; }

 span { border-color: rgb(129,108,224); }

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