#827fe5

Color #827FE5 Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #827FE5

Tints of Medium Slate Blue #827FE5

Color information

#827FE5 (or 0x827FE5) is unknown color: approx Medium Slate Blue. HEX triplet: 82, 7F and E5. RGB value is (130,127,229). Sum of RGB (Red+Green+Blue) = 130+127+229=486 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.75% from 486); Green value is 127 (50% from 255 or 26.13% from 486); Blue value is 229 (89.84% from 255 or 47.12% from 486); Max value from RGB is 229 - color contains mainly: blue. Hex color #827FE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827FE5 is #7D801A. Grayscale: #8B8B8B. Windows color (decimal): -8224795 or 15040386. OLE color: 15040386.

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

Color convert

RGB130127229-
CMYK0.430.4500.10
HSL241.76º66.23%69.8%-
HSV(B)241.76º44.54%89.8%-
XYZ30.9425.5877.44-
YUV139.52178.49121.21-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.75%
GREEN value IS 127 (50% from 255) = 26.13%
BLUE value IS 229 (89.84% from 255) = 47.12%
R=26.75%
G=26.13%
B=47.12%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1301272290.430.4500.10241.7666.2369.8
Hex827FE52B2D0Af24246
Octal2021773455355012362102106
Binary10000010111111111100101101011101101010101111001010000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827fe5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #827fe5;
 }
 .AnyTagClassName
 {
   color: #827fe5;
 }
</style>
background-color css

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

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

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

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

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

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