Html Css Color HEX #825AF3 Medium Slate Blue

📋 copy color: '#825AF3'

red 130 ◦ green 90 ◦ blue 243

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

Shades of Medium Slate Blue #825AF3

Tints of Medium Slate Blue #825AF3

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.44%

 BLUE value IS 243 (95.31% from 255) = 52.48%

R = 28.08%
G = 19.44%
B = 52.48%

CMYK

 C value IS 0.47

 M value IS 0.63

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#825AF3 (or 0x825AF3) is known color: Medium Slate Blue. HEX triplet: 82, 5A and F3. RGB value is (130,90,243). Sum of RGB (Red+Green+Blue) = 130+90+243=463 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.08% from 463); Green value is 90 (35.55% from 255 or 19.44% from 463); Blue value is 243 (95.31% from 255 or 52.48% from 463); Max value from RGB is 243 - color contains mainly: blue. Hex color #825AF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #825AF3 is #7DA50C. Grayscale: #767676. Windows color (decimal): -8234253 or 15948418. OLE color: 15948418.

HSL color Cylindrical-coordinate representation of color #825AF3: hue angle of 255.69º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #825AF3 is Cyan = 0.47, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 130 90 243 -
CMYK 0.47 0.63 0 0.05
HSL 255.69º 0.86% 0.65% -
HSV(B) 255.69º 0.63% 0.95% -
XYZ 29.04 18.53 86.84 -
YUV 119.4 197.75 135.56 -
System Red Green Blue C M Y K H S L
Decimal 130 90 243 0.47 0.63 0 0.05 255.69 0.86 0.65
Hex 82 5A F3 2F 3F 0 5 100 56 41
Octal 202 132 363 57 77 0 5 400 126 101
Binary 10000010 1011010 11110011 101111 111111 0 101 100000000 1010110 1000001

Color Harmonies of #825AF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825AF3

Black with #825AF3

Text Example


Text Example

White with #825AF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,90,243); }

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

background-color css

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

 a { background-color: rgb(130,90,243); }

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

border-color css

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

 span { border-color: rgb(130,90,243); }

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