Html Css Color HEX #816FEE Medium Slate Blue

📋 copy color: '#816FEE'

red 129 ◦ green 111 ◦ blue 238

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

Shades of Medium Slate Blue #816FEE

Tints of Medium Slate Blue #816FEE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.22%

 BLUE value IS 238 (93.36% from 255) = 49.79%

R = 26.99%
G = 23.22%
B = 49.79%

CMYK

 C value IS 0.46

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#816FEE (or 0x816FEE) is known color: Medium Slate Blue. HEX triplet: 81, 6F and EE. RGB value is (129,111,238). Sum of RGB (Red+Green+Blue) = 129+111+238=478 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.99% from 478); Green value is 111 (43.75% from 255 or 23.22% from 478); Blue value is 238 (93.36% from 255 or 49.79% from 478); Max value from RGB is 238 - color contains mainly: blue. Hex color #816FEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #816FEE is #7E9011. Grayscale: #828282. Windows color (decimal): -8294418 or 15626113. OLE color: 15626113.

HSL color Cylindrical-coordinate representation of color #816FEE: hue angle of 248.5º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #816FEE is Cyan = 0.46, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 129 111 238 -
CMYK 0.46 0.53 0 0.07
HSL 248.5º 0.79% 0.68% -
HSV(B) 248.5º 0.53% 0.93% -
XYZ 30.17 22.21 83.59 -
YUV 130.86 188.46 126.67 -
System Red Green Blue C M Y K H S L
Decimal 129 111 238 0.46 0.53 0 0.07 248.5 0.79 0.68
Hex 81 6F EE 2E 35 0 7 F9 4F 44
Octal 201 157 356 56 65 0 7 371 117 104
Binary 10000001 1101111 11101110 101110 110101 0 111 11111001 1001111 1000100

Color Harmonies of #816FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816FEE

Black with #816FEE

Text Example


Text Example

White with #816FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,111,238); }

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

background-color css

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

 a { background-color: rgb(129,111,238); }

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

border-color css

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

 span { border-color: rgb(129,111,238); }

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