Html Css Color HEX #827AE1 Medium Slate Blue

📋 copy color: '#827AE1'

red 130 ◦ green 122 ◦ blue 225

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

Shades of Medium Slate Blue #827AE1

Tints of Medium Slate Blue #827AE1

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.58%

 BLUE value IS 225 (88.28% from 255) = 47.17%

R = 27.25%
G = 25.58%
B = 47.17%

CMYK

 C value IS 0.42

 M value IS 0.46

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#827AE1 (or 0x827AE1) is known color: Medium Slate Blue. HEX triplet: 82, 7A and E1. RGB value is (130,122,225). Sum of RGB (Red+Green+Blue) = 130+122+225=477 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.25% from 477); Green value is 122 (48.05% from 255 or 25.58% from 477); Blue value is 225 (88.28% from 255 or 47.17% from 477); Max value from RGB is 225 - color contains mainly: blue. Hex color #827AE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827AE1 is #7D851E. Grayscale: #878787. Windows color (decimal): -8226079 or 14776962. OLE color: 14776962.

HSL color Cylindrical-coordinate representation of color #827AE1: hue angle of 244.66º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #827AE1 is Cyan = 0.42, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 130 122 225 -
CMYK 0.42 0.46 0 0.12
HSL 244.66º 0.63% 0.68% -
HSV(B) 244.66º 0.46% 0.88% -
XYZ 29.76 24.1 74.32 -
YUV 136.13 178.15 123.62 -
System Red Green Blue C M Y K H S L
Decimal 130 122 225 0.42 0.46 0 0.12 244.66 0.63 0.68
Hex 82 7A E1 2A 2E 0 C F5 3F 44
Octal 202 172 341 52 56 0 14 365 77 104
Binary 10000010 1111010 11100001 101010 101110 0 1100 11110101 111111 1000100

Color Harmonies of #827AE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827AE1

Black with #827AE1

Text Example


Text Example

White with #827AE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827AE1; }

 p { color: rgb(130,122,225); }

 H1.HeaderClassName
 {
   color: #827AE1;
 }
 .AnyTagClassName
 {
   color: #827AE1;
 }
</style>

background-color css

<style>
 a { background-color: #827AE1; }

 a { background-color: rgb(130,122,225); }

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

border-color css

<style>
 span { border-color: #827AE1; }

 span { border-color: rgb(130,122,225); }

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