Html Css Color HEX #825BDF Medium Slate Blue

📋 copy color: '#825BDF'

red 130 ◦ green 91 ◦ blue 223

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

Shades of Medium Slate Blue #825BDF

Tints of Medium Slate Blue #825BDF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.5%

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

R = 29.28%
G = 20.5%
B = 50.23%

CMYK

 C value IS 0.42

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#825BDF (or 0x825BDF) is known color: Medium Slate Blue. HEX triplet: 82, 5B and DF. RGB value is (130,91,223). Sum of RGB (Red+Green+Blue) = 130+91+223=444 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.28% from 444); Green value is 91 (35.94% from 255 or 20.50% from 444); Blue value is 223 (87.5% from 255 or 50.23% from 444); Max value from RGB is 223 - color contains mainly: blue. Hex color #825BDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825BDF is #7DA420. Grayscale: #757575. Windows color (decimal): -8234017 or 14637954. OLE color: 14637954.

HSL color Cylindrical-coordinate representation of color #825BDF: hue angle of 257.73º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #825BDF is Cyan = 0.42, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 130 91 223 -
CMYK 0.42 0.59 0 0.13
HSL 257.73º 0.67% 0.62% -
HSV(B) 257.73º 0.59% 0.87% -
XYZ 26.27 17.56 71.82 -
YUV 117.71 187.42 136.77 -
System Red Green Blue C M Y K H S L
Decimal 130 91 223 0.42 0.59 0 0.13 257.73 0.67 0.62
Hex 82 5B DF 2A 3B 0 D 102 43 3E
Octal 202 133 337 52 73 0 15 402 103 76
Binary 10000010 1011011 11011111 101010 111011 0 1101 100000010 1000011 111110

Color Harmonies of #825BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825BDF

Black with #825BDF

Text Example


Text Example

White with #825BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825BDF; }

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

 H1.HeaderClassName
 {
   color: #825BDF;
 }
 .AnyTagClassName
 {
   color: #825BDF;
 }
</style>

background-color css

<style>
 a { background-color: #825BDF; }

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

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

border-color css

<style>
 span { border-color: #825BDF; }

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

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