Html Css Color HEX #825FEF Medium Slate Blue

📋 copy color: '#825FEF'

red 130 ◦ green 95 ◦ blue 239

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

Shades of Medium Slate Blue #825FEF

Tints of Medium Slate Blue #825FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 51.51%

R = 28.02%
G = 20.47%
B = 51.51%

CMYK

 C value IS 0.46

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#825FEF (or 0x825FEF) is known color: Medium Slate Blue. HEX triplet: 82, 5F and EF. RGB value is (130,95,239). Sum of RGB (Red+Green+Blue) = 130+95+239=464 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.02% from 464); Green value is 95 (37.5% from 255 or 20.47% from 464); Blue value is 239 (93.75% from 255 or 51.51% from 464); Max value from RGB is 239 - color contains mainly: blue. Hex color #825FEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #825FEF is #7DA010. Grayscale: #797979. Windows color (decimal): -8232977 or 15687554. OLE color: 15687554.

HSL color Cylindrical-coordinate representation of color #825FEF: hue angle of 254.58º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #825FEF is Cyan = 0.46, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 130 95 239 -
CMYK 0.46 0.60 0 0.06
HSL 254.58º 0.82% 0.65% -
HSV(B) 254.58º 0.6% 0.94% -
XYZ 28.88 19.16 83.84 -
YUV 121.88 194.1 133.79 -
System Red Green Blue C M Y K H S L
Decimal 130 95 239 0.46 0.60 0 0.06 254.58 0.82 0.65
Hex 82 5F EF 2E 3C 0 6 FF 52 41
Octal 202 137 357 56 74 0 6 377 122 101
Binary 10000010 1011111 11101111 101110 111100 0 110 11111111 1010010 1000001

Color Harmonies of #825FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825FEF

Black with #825FEF

Text Example


Text Example

White with #825FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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