Html Css Color HEX #816BE0 Medium Slate Blue

📋 copy color: '#816BE0'

red 129 ◦ green 107 ◦ blue 224

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

Shades of Medium Slate Blue #816BE0

Tints of Medium Slate Blue #816BE0

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.26%

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

R = 28.04%
G = 23.26%
B = 48.7%

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

#816BE0 (or 0x816BE0) is known color: Medium Slate Blue. HEX triplet: 81, 6B and E0. RGB value is (129,107,224). Sum of RGB (Red+Green+Blue) = 129+107+224=460 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.04% from 460); Green value is 107 (42.19% from 255 or 23.26% from 460); Blue value is 224 (87.89% from 255 or 48.70% from 460); Max value from RGB is 224 - color contains mainly: blue. Hex color #816BE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #816BE0 is #7E941F. Grayscale: #7E7E7E. Windows color (decimal): -8295456 or 14707585. OLE color: 14707585.

HSL color Cylindrical-coordinate representation of color #816BE0: hue angle of 251.28º 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 #816BE0 is Cyan = 0.42, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 129 107 224 -
CMYK 0.42 0.52 0 0.12
HSL 251.28º 0.65% 0.65% -
HSV(B) 251.28º 0.52% 0.88% -
XYZ 27.77 20.56 73.03 -
YUV 126.92 182.79 129.49 -
System Red Green Blue C M Y K H S L
Decimal 129 107 224 0.42 0.52 0 0.12 251.28 0.65 0.65
Hex 81 6B E0 2A 34 0 C FB 41 41
Octal 201 153 340 52 64 0 14 373 101 101
Binary 10000001 1101011 11100000 101010 110100 0 1100 11111011 1000001 1000001

Color Harmonies of #816BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816BE0

Black with #816BE0

Text Example


Text Example

White with #816BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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