Html Css Color HEX #825FEC Medium Slate Blue

📋 copy color: '#825FEC'

red 130 ◦ green 95 ◦ blue 236

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

Shades of Medium Slate Blue #825FEC

Tints of Medium Slate Blue #825FEC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.61%

 BLUE value IS 236 (92.58% from 255) = 51.19%

R = 28.2%
G = 20.61%
B = 51.19%

CMYK

 C value IS 0.45

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#825FEC (or 0x825FEC) is known color: Medium Slate Blue. HEX triplet: 82, 5F and EC. RGB value is (130,95,236). Sum of RGB (Red+Green+Blue) = 130+95+236=461 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.20% from 461); Green value is 95 (37.5% from 255 or 20.61% from 461); Blue value is 236 (92.58% from 255 or 51.19% from 461); Max value from RGB is 236 - color contains mainly: blue. Hex color #825FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #825FEC is #7DA013. Grayscale: #797979. Windows color (decimal): -8232980 or 15490946. OLE color: 15490946.

HSL color Cylindrical-coordinate representation of color #825FEC: hue angle of 254.89º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #825FEC is Cyan = 0.45, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 130 95 236 -
CMYK 0.45 0.60 0 0.07
HSL 254.89º 0.79% 0.65% -
HSV(B) 254.89º 0.6% 0.93% -
XYZ 28.44 18.99 81.52 -
YUV 121.54 192.6 134.04 -
System Red Green Blue C M Y K H S L
Decimal 130 95 236 0.45 0.60 0 0.07 254.89 0.79 0.65
Hex 82 5F EC 2D 3C 0 7 FF 4F 41
Octal 202 137 354 55 74 0 7 377 117 101
Binary 10000010 1011111 11101100 101101 111100 0 111 11111111 1001111 1000001

Color Harmonies of #825FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825FEC

Black with #825FEC

Text Example


Text Example

White with #825FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,95,236); }

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

background-color css

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

 a { background-color: rgb(130,95,236); }

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

border-color css

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

 span { border-color: rgb(130,95,236); }

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