Html Css Color HEX #8251DF Medium Slate Blue

📋 copy color: '#8251DF'

red 130 ◦ green 81 ◦ blue 223

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

Shades of Medium Slate Blue #8251DF

Tints of Medium Slate Blue #8251DF

RGB

 RED value IS 130 (51.17% from 255) = 29.95%

 GREEN value IS 81 (32.03% from 255) = 18.66%

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

R = 29.95%
G = 18.66%
B = 51.38%

CMYK

 C value IS 0.42

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8251DF (or 0x8251DF) is known color: Medium Slate Blue. HEX triplet: 82, 51 and DF. RGB value is (130,81,223). Sum of RGB (Red+Green+Blue) = 130+81+223=434 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.95% from 434); Green value is 81 (32.03% from 255 or 18.66% 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 #8251DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8251DF is #7DAE20. Grayscale: #6F6F6F. Windows color (decimal): -8236577 or 14635394. OLE color: 14635394.

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

Color convert

RGB 130 81 223 -
CMYK 0.42 0.64 0 0.13
HSL 260.7º 0.69% 0.6% -
HSV(B) 260.7º 0.64% 0.87% -
XYZ 25.47 15.96 71.55 -
YUV 111.84 190.73 140.95 -
System Red Green Blue C M Y K H S L
Decimal 130 81 223 0.42 0.64 0 0.13 260.7 0.69 0.6
Hex 82 51 DF 2A 40 0 D 105 45 3C
Octal 202 121 337 52 100 0 15 405 105 74
Binary 10000010 1010001 11011111 101010 1000000 0 1101 100000101 1000101 111100

Color Harmonies of #8251DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8251DF

Black with #8251DF

Text Example


Text Example

White with #8251DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,81,223); }

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

background-color css

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

 a { background-color: rgb(130,81,223); }

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

border-color css

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

 span { border-color: rgb(130,81,223); }

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