Html Css Color HEX #8151FB Medium Slate Blue

📋 copy color: '#8151FB'

red 129 ◦ green 81 ◦ blue 251

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

Shades of Medium Slate Blue #8151FB

Tints of Medium Slate Blue #8151FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 54.45%

R = 27.98%
G = 17.57%
B = 54.45%

CMYK

 C value IS 0.49

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8151FB (or 0x8151FB) is known color: Medium Slate Blue. HEX triplet: 81, 51 and FB. RGB value is (129,81,251). Sum of RGB (Red+Green+Blue) = 129+81+251=461 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.98% from 461); Green value is 81 (32.03% from 255 or 17.57% from 461); Blue value is 251 (98.44% from 255 or 54.45% from 461); Max value from RGB is 251 - color contains mainly: blue. Hex color #8151FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8151FB is #7EAE04. Grayscale: #727272. Windows color (decimal): -8302085 or 16470401. OLE color: 16470401.

HSL color Cylindrical-coordinate representation of color #8151FB: hue angle of 256.94º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8151FB is Cyan = 0.49, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 129 81 251 -
CMYK 0.49 0.68 0 0.02
HSL 256.94º 0.96% 0.65% -
HSV(B) 256.94º 0.68% 0.98% -
XYZ 29.41 17.52 93.1 -
YUV 114.73 204.9 138.18 -
System Red Green Blue C M Y K H S L
Decimal 129 81 251 0.49 0.68 0 0.02 256.94 0.96 0.65
Hex 81 51 FB 31 44 0 2 101 60 41
Octal 201 121 373 61 104 0 2 401 140 101
Binary 10000001 1010001 11111011 110001 1000100 0 10 100000001 1100000 1000001

Color Harmonies of #8151FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8151FB

Black with #8151FB

Text Example


Text Example

White with #8151FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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