Html Css Color HEX #8152DF Medium Slate Blue

📋 copy color: '#8152DF'

red 129 ◦ green 82 ◦ blue 223

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

Shades of Medium Slate Blue #8152DF

Tints of Medium Slate Blue #8152DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.38%

R = 29.72%
G = 18.89%
B = 51.38%

CMYK

 C value IS 0.42

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8152DF (or 0x8152DF) is known color: Medium Slate Blue. HEX triplet: 81, 52 and DF. RGB value is (129,82,223). Sum of RGB (Red+Green+Blue) = 129+82+223=434 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.72% from 434); Green value is 82 (32.42% from 255 or 18.89% from 434); Blue value is 223 (87.5% from 255 or 51.38% from 434); Max value from RGB is 223 - color contains mainly: blue. Hex color #8152DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8152DF is #7EAD20. Grayscale: #6F6F6F. Windows color (decimal): -8301857 or 14635649. OLE color: 14635649.

HSL color Cylindrical-coordinate representation of color #8152DF: hue angle of 260º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8152DF is Cyan = 0.42, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 129 82 223 -
CMYK 0.42 0.63 0 0.13
HSL 260º 0.69% 0.6% -
HSV(B) 260º 0.63% 0.87% -
XYZ 25.39 16.03 71.57 -
YUV 112.13 190.57 140.04 -
System Red Green Blue C M Y K H S L
Decimal 129 82 223 0.42 0.63 0 0.13 260 0.69 0.6
Hex 81 52 DF 2A 3F 0 D 104 45 3C
Octal 201 122 337 52 77 0 15 404 105 74
Binary 10000001 1010010 11011111 101010 111111 0 1101 100000100 1000101 111100

Color Harmonies of #8152DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8152DF

Black with #8152DF

Text Example


Text Example

White with #8152DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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