Html Css Color HEX #8145FD Medium Slate Blue

📋 copy color: '#8145FD'

red 129 ◦ green 69 ◦ blue 253

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

Shades of Medium Slate Blue #8145FD

Tints of Medium Slate Blue #8145FD

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.3%

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

R = 28.6%
G = 15.3%
B = 56.1%

CMYK

 C value IS 0.49

 M value IS 0.73

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8145FD (or 0x8145FD) is known color: Medium Slate Blue. HEX triplet: 81, 45 and FD. RGB value is (129,69,253). Sum of RGB (Red+Green+Blue) = 129+69+253=451 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.60% from 451); Green value is 69 (27.34% from 255 or 15.30% from 451); Blue value is 253 (99.22% from 255 or 56.10% from 451); Max value from RGB is 253 - color contains mainly: blue. Hex color #8145FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8145FD is #7EBA02. Grayscale: #6B6B6B. Windows color (decimal): -8305155 or 16598401. OLE color: 16598401.

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

Color convert

RGB 129 69 253 -
CMYK 0.49 0.73 0 0.01
HSL 259.57º 0.98% 0.63% -
HSV(B) 259.57º 0.73% 0.99% -
XYZ 28.91 16.02 94.5 -
YUV 107.92 209.88 143.04 -
System Red Green Blue C M Y K H S L
Decimal 129 69 253 0.49 0.73 0 0.01 259.57 0.98 0.63
Hex 81 45 FD 31 49 0 1 104 62 3F
Octal 201 105 375 61 111 0 1 404 142 77
Binary 10000001 1000101 11111101 110001 1001001 0 1 100000100 1100010 111111

Color Harmonies of #8145FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8145FD

Black with #8145FD

Text Example


Text Example

White with #8145FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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