Html Css Color HEX #8154FA Medium Slate Blue

📋 copy color: '#8154FA'

red 129 ◦ green 84 ◦ blue 250

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

Shades of Medium Slate Blue #8154FA

Tints of Medium Slate Blue #8154FA

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.14%

 BLUE value IS 250 (98.05% from 255) = 54%

R = 27.86%
G = 18.14%
B = 54%

CMYK

 C value IS 0.48

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8154FA (or 0x8154FA) is known color: Medium Slate Blue. HEX triplet: 81, 54 and FA. RGB value is (129,84,250). Sum of RGB (Red+Green+Blue) = 129+84+250=463 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.86% from 463); Green value is 84 (33.20% from 255 or 18.14% from 463); Blue value is 250 (98.05% from 255 or 54.00% from 463); Max value from RGB is 250 - color contains mainly: blue. Hex color #8154FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8154FA is #7EAB05. Grayscale: #737373. Windows color (decimal): -8301318 or 16405633. OLE color: 16405633.

HSL color Cylindrical-coordinate representation of color #8154FA: hue angle of 256.27º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8154FA is Cyan = 0.48, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 129 84 250 -
CMYK 0.48 0.66 0 0.02
HSL 256.27º 0.94% 0.65% -
HSV(B) 256.27º 0.66% 0.98% -
XYZ 29.48 17.91 92.35 -
YUV 116.38 203.41 137 -
System Red Green Blue C M Y K H S L
Decimal 129 84 250 0.48 0.66 0 0.02 256.27 0.94 0.65
Hex 81 54 FA 30 42 0 2 100 5E 41
Octal 201 124 372 60 102 0 2 400 136 101
Binary 10000001 1010100 11111010 110000 1000010 0 10 100000000 1011110 1000001

Color Harmonies of #8154FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8154FA

Black with #8154FA

Text Example


Text Example

White with #8154FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8154FA; }

 p { color: rgb(129,84,250); }

 H1.HeaderClassName
 {
   color: #8154FA;
 }
 .AnyTagClassName
 {
   color: #8154FA;
 }
</style>

background-color css

<style>
 a { background-color: #8154FA; }

 a { background-color: rgb(129,84,250); }

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

border-color css

<style>
 span { border-color: #8154FA; }

 span { border-color: rgb(129,84,250); }

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