Html Css Color HEX #825AEA Medium Slate Blue

📋 copy color: '#825AEA'

red 130 ◦ green 90 ◦ blue 234

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

Shades of Medium Slate Blue #825AEA

Tints of Medium Slate Blue #825AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 51.54%

R = 28.63%
G = 19.82%
B = 51.54%

CMYK

 C value IS 0.44

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#825AEA (or 0x825AEA) is known color: Medium Slate Blue. HEX triplet: 82, 5A and EA. RGB value is (130,90,234). Sum of RGB (Red+Green+Blue) = 130+90+234=454 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.63% from 454); Green value is 90 (35.55% from 255 or 19.82% from 454); Blue value is 234 (91.80% from 255 or 51.54% from 454); Max value from RGB is 234 - color contains mainly: blue. Hex color #825AEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #825AEA is #7DA515. Grayscale: #757575. Windows color (decimal): -8234262 or 15358594. OLE color: 15358594.

HSL color Cylindrical-coordinate representation of color #825AEA: hue angle of 256.67º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #825AEA is Cyan = 0.44, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 130 90 234 -
CMYK 0.44 0.62 0 0.08
HSL 256.67º 0.77% 0.64% -
HSV(B) 256.67º 0.62% 0.92% -
XYZ 27.71 18 79.86 -
YUV 118.38 193.25 136.29 -
System Red Green Blue C M Y K H S L
Decimal 130 90 234 0.44 0.62 0 0.08 256.67 0.77 0.64
Hex 82 5A EA 2C 3E 0 8 101 4D 40
Octal 202 132 352 54 76 0 10 401 115 100
Binary 10000010 1011010 11101010 101100 111110 0 1000 100000001 1001101 1000000

Color Harmonies of #825AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825AEA

Black with #825AEA

Text Example


Text Example

White with #825AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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