Html Css Color HEX #825CDF Medium Slate Blue

📋 copy color: '#825CDF'

red 130 ◦ green 92 ◦ blue 223

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

Shades of Medium Slate Blue #825CDF

Tints of Medium Slate Blue #825CDF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.67%

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

R = 29.21%
G = 20.67%
B = 50.11%

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

#825CDF (or 0x825CDF) is known color: Medium Slate Blue. HEX triplet: 82, 5C and DF. RGB value is (130,92,223). Sum of RGB (Red+Green+Blue) = 130+92+223=445 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.21% from 445); Green value is 92 (36.33% from 255 or 20.67% from 445); Blue value is 223 (87.5% from 255 or 50.11% from 445); Max value from RGB is 223 - color contains mainly: blue. Hex color #825CDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825CDF is #7DA320. Grayscale: #757575. Windows color (decimal): -8233761 or 14638210. OLE color: 14638210.

HSL color Cylindrical-coordinate representation of color #825CDF: hue angle of 257.4º 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 #825CDF is Cyan = 0.42, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 130 92 223 -
CMYK 0.42 0.59 0 0.13
HSL 257.4º 0.67% 0.62% -
HSV(B) 257.4º 0.59% 0.87% -
XYZ 26.35 17.73 71.84 -
YUV 118.3 187.09 136.35 -
System Red Green Blue C M Y K H S L
Decimal 130 92 223 0.42 0.59 0 0.13 257.4 0.67 0.62
Hex 82 5C DF 2A 3B 0 D 101 43 3E
Octal 202 134 337 52 73 0 15 401 103 76
Binary 10000010 1011100 11011111 101010 111011 0 1101 100000001 1000011 111110

Color Harmonies of #825CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825CDF

Black with #825CDF

Text Example


Text Example

White with #825CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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