Html Css Color HEX #8152FD Medium Slate Blue

📋 copy color: '#8152FD'

red 129 ◦ green 82 ◦ blue 253

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

Shades of Medium Slate Blue #8152FD

Tints of Medium Slate Blue #8152FD

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.67%

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

R = 27.8%
G = 17.67%
B = 54.53%

CMYK

 C value IS 0.49

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8152FD (or 0x8152FD) is known color: Medium Slate Blue. HEX triplet: 81, 52 and FD. RGB value is (129,82,253). Sum of RGB (Red+Green+Blue) = 129+82+253=464 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.80% from 464); Green value is 82 (32.42% from 255 or 17.67% from 464); Blue value is 253 (99.22% from 255 or 54.53% from 464); Max value from RGB is 253 - color contains mainly: blue. Hex color #8152FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8152FD is #7EAD02. Grayscale: #727272. Windows color (decimal): -8301827 or 16601729. OLE color: 16601729.

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

Color convert

RGB 129 82 253 -
CMYK 0.49 0.68 0 0.01
HSL 256.49º 0.98% 0.66% -
HSV(B) 256.49º 0.68% 0.99% -
XYZ 29.8 17.79 94.79 -
YUV 115.55 205.57 137.6 -
System Red Green Blue C M Y K H S L
Decimal 129 82 253 0.49 0.68 0 0.01 256.49 0.98 0.66
Hex 81 52 FD 31 44 0 1 100 62 42
Octal 201 122 375 61 104 0 1 400 142 102
Binary 10000001 1010010 11111101 110001 1000100 0 1 100000000 1100010 1000010

Color Harmonies of #8152FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8152FD

Black with #8152FD

Text Example


Text Example

White with #8152FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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