Html Css Color HEX #827AE5 Medium Slate Blue

📋 copy color: '#827AE5'

red 130 ◦ green 122 ◦ blue 229

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

Shades of Medium Slate Blue #827AE5

Tints of Medium Slate Blue #827AE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 47.61%

R = 27.03%
G = 25.36%
B = 47.61%

CMYK

 C value IS 0.43

 M value IS 0.47

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#827AE5 (or 0x827AE5) is known color: Medium Slate Blue. HEX triplet: 82, 7A and E5. RGB value is (130,122,229). Sum of RGB (Red+Green+Blue) = 130+122+229=481 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.03% from 481); Green value is 122 (48.05% from 255 or 25.36% from 481); Blue value is 229 (89.84% from 255 or 47.61% from 481); Max value from RGB is 229 - color contains mainly: blue. Hex color #827AE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827AE5 is #7D851A. Grayscale: #888888. Windows color (decimal): -8226075 or 15039106. OLE color: 15039106.

HSL color Cylindrical-coordinate representation of color #827AE5: hue angle of 244.49º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #827AE5 is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 130 122 229 -
CMYK 0.43 0.47 0 0.10
HSL 244.49º 0.67% 0.69% -
HSV(B) 244.49º 0.47% 0.9% -
XYZ 30.31 24.32 77.23 -
YUV 136.59 180.15 123.3 -
System Red Green Blue C M Y K H S L
Decimal 130 122 229 0.43 0.47 0 0.10 244.49 0.67 0.69
Hex 82 7A E5 2B 2F 0 A F4 43 45
Octal 202 172 345 53 57 0 12 364 103 105
Binary 10000010 1111010 11100101 101011 101111 0 1010 11110100 1000011 1000101

Color Harmonies of #827AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827AE5

Black with #827AE5

Text Example


Text Example

White with #827AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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