Html Css Color HEX #8151EA Medium Slate Blue

📋 copy color: '#8151EA'

red 129 ◦ green 81 ◦ blue 234

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

Shades of Medium Slate Blue #8151EA

Tints of Medium Slate Blue #8151EA

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.24%

 BLUE value IS 234 (91.8% from 255) = 52.7%

R = 29.05%
G = 18.24%
B = 52.7%

CMYK

 C value IS 0.45

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8151EA (or 0x8151EA) is known color: Medium Slate Blue. HEX triplet: 81, 51 and EA. RGB value is (129,81,234). Sum of RGB (Red+Green+Blue) = 129+81+234=444 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.05% from 444); Green value is 81 (32.03% from 255 or 18.24% from 444); Blue value is 234 (91.80% from 255 or 52.70% from 444); Max value from RGB is 234 - color contains mainly: blue. Hex color #8151EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8151EA is #7EAE15. Grayscale: #707070. Windows color (decimal): -8302102 or 15356289. OLE color: 15356289.

HSL color Cylindrical-coordinate representation of color #8151EA: hue angle of 258.82º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8151EA is Cyan = 0.45, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 129 81 234 -
CMYK 0.45 0.65 0 0.08
HSL 258.82º 0.78% 0.62% -
HSV(B) 258.82º 0.65% 0.92% -
XYZ 26.85 16.49 79.61 -
YUV 112.79 196.4 139.56 -
System Red Green Blue C M Y K H S L
Decimal 129 81 234 0.45 0.65 0 0.08 258.82 0.78 0.62
Hex 81 51 EA 2D 41 0 8 103 4E 3E
Octal 201 121 352 55 101 0 10 403 116 76
Binary 10000001 1010001 11101010 101101 1000001 0 1000 100000011 1001110 111110

Color Harmonies of #8151EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8151EA

Black with #8151EA

Text Example


Text Example

White with #8151EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8151EA; }

 p { color: rgb(129,81,234); }

 H1.HeaderClassName
 {
   color: #8151EA;
 }
 .AnyTagClassName
 {
   color: #8151EA;
 }
</style>

background-color css

<style>
 a { background-color: #8151EA; }

 a { background-color: rgb(129,81,234); }

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

border-color css

<style>
 span { border-color: #8151EA; }

 span { border-color: rgb(129,81,234); }

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