Html Css Color HEX #825FE2 Medium Slate Blue

📋 copy color: '#825FE2'

red 130 ◦ green 95 ◦ blue 226

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

Shades of Medium Slate Blue #825FE2

Tints of Medium Slate Blue #825FE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 50.11%

R = 28.82%
G = 21.06%
B = 50.11%

CMYK

 C value IS 0.42

 M value IS 0.58

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#825FE2 (or 0x825FE2) is known color: Medium Slate Blue. HEX triplet: 82, 5F and E2. RGB value is (130,95,226). Sum of RGB (Red+Green+Blue) = 130+95+226=451 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.82% from 451); Green value is 95 (37.5% from 255 or 21.06% from 451); Blue value is 226 (88.67% from 255 or 50.11% from 451); Max value from RGB is 226 - color contains mainly: blue. Hex color #825FE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825FE2 is #7DA01D. Grayscale: #777777. Windows color (decimal): -8232990 or 14835586. OLE color: 14835586.

HSL color Cylindrical-coordinate representation of color #825FE2: hue angle of 256.03º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #825FE2 is Cyan = 0.42, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 130 95 226 -
CMYK 0.42 0.58 0 0.11
HSL 256.03º 0.69% 0.63% -
HSV(B) 256.03º 0.58% 0.89% -
XYZ 27.03 18.42 74.08 -
YUV 120.4 187.6 134.85 -
System Red Green Blue C M Y K H S L
Decimal 130 95 226 0.42 0.58 0 0.11 256.03 0.69 0.63
Hex 82 5F E2 2A 3A 0 B 100 45 3F
Octal 202 137 342 52 72 0 13 400 105 77
Binary 10000010 1011111 11100010 101010 111010 0 1011 100000000 1000101 111111

Color Harmonies of #825FE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825FE2

Black with #825FE2

Text Example


Text Example

White with #825FE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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