Html Css Color HEX #8152F9 Medium Slate Blue

📋 copy color: '#8152F9'

red 129 ◦ green 82 ◦ blue 249

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

Shades of Medium Slate Blue #8152F9

Tints of Medium Slate Blue #8152F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 54.13%

R = 28.04%
G = 17.83%
B = 54.13%

CMYK

 C value IS 0.48

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8152F9 (or 0x8152F9) is known color: Medium Slate Blue. HEX triplet: 81, 52 and F9. RGB value is (129,82,249). Sum of RGB (Red+Green+Blue) = 129+82+249=460 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.04% from 460); Green value is 82 (32.42% from 255 or 17.83% from 460); Blue value is 249 (97.66% from 255 or 54.13% from 460); Max value from RGB is 249 - color contains mainly: blue. Hex color #8152F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8152F9 is #7EAD06. Grayscale: #727272. Windows color (decimal): -8301831 or 16339585. OLE color: 16339585.

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

Color convert

RGB 129 82 249 -
CMYK 0.48 0.67 0 0.02
HSL 256.89º 0.93% 0.65% -
HSV(B) 256.89º 0.67% 0.98% -
XYZ 29.17 17.54 91.47 -
YUV 115.09 203.57 137.92 -
System Red Green Blue C M Y K H S L
Decimal 129 82 249 0.48 0.67 0 0.02 256.89 0.93 0.65
Hex 81 52 F9 30 43 0 2 101 5D 41
Octal 201 122 371 60 103 0 2 401 135 101
Binary 10000001 1010010 11111001 110000 1000011 0 10 100000001 1011101 1000001

Color Harmonies of #8152F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8152F9

Black with #8152F9

Text Example


Text Example

White with #8152F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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