Html Css Color HEX #8154FD Medium Slate Blue

📋 copy color: '#8154FD'

red 129 ◦ green 84 ◦ blue 253

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

Shades of Medium Slate Blue #8154FD

Tints of Medium Slate Blue #8154FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 54.29%

R = 27.68%
G = 18.03%
B = 54.29%

CMYK

 C value IS 0.49

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8154FD (or 0x8154FD) is known color: Medium Slate Blue. HEX triplet: 81, 54 and FD. RGB value is (129,84,253). Sum of RGB (Red+Green+Blue) = 129+84+253=466 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.68% from 466); Green value is 84 (33.20% from 255 or 18.03% from 466); Blue value is 253 (99.22% from 255 or 54.29% from 466); Max value from RGB is 253 - color contains mainly: blue. Hex color #8154FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8154FD is #7EAB02. Grayscale: #747474. Windows color (decimal): -8301315 or 16602241. OLE color: 16602241.

HSL color Cylindrical-coordinate representation of color #8154FD: hue angle of 255.98º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8154FD is Cyan = 0.49, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 129 84 253 -
CMYK 0.49 0.67 0 0.01
HSL 255.98º 0.98% 0.66% -
HSV(B) 255.98º 0.67% 0.99% -
XYZ 29.95 18.1 94.84 -
YUV 116.72 204.91 136.76 -
System Red Green Blue C M Y K H S L
Decimal 129 84 253 0.49 0.67 0 0.01 255.98 0.98 0.66
Hex 81 54 FD 31 43 0 1 100 62 42
Octal 201 124 375 61 103 0 1 400 142 102
Binary 10000001 1010100 11111101 110001 1000011 0 1 100000000 1100010 1000010

Color Harmonies of #8154FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8154FD

Black with #8154FD

Text Example


Text Example

White with #8154FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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