Html Css Color HEX #827EE6 Medium Slate Blue

📋 copy color: '#827EE6'

red 130 ◦ green 126 ◦ blue 230

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

Shades of Medium Slate Blue #827EE6

Tints of Medium Slate Blue #827EE6

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25.93%

 BLUE value IS 230 (90.23% from 255) = 47.33%

R = 26.75%
G = 25.93%
B = 47.33%

CMYK

 C value IS 0.43

 M value IS 0.45

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#827EE6 (or 0x827EE6) is known color: Medium Slate Blue. HEX triplet: 82, 7E and E6. RGB value is (130,126,230). Sum of RGB (Red+Green+Blue) = 130+126+230=486 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.75% from 486); Green value is 126 (49.61% from 255 or 25.93% from 486); Blue value is 230 (90.23% from 255 or 47.33% from 486); Max value from RGB is 230 - color contains mainly: blue. Hex color #827EE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #827EE6 is #7D8119. Grayscale: #8A8A8A. Windows color (decimal): -8225050 or 15105666. OLE color: 15105666.

HSL color Cylindrical-coordinate representation of color #827EE6: hue angle of 242.31º degrees, saturation: 0.68, 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 #827EE6 is Cyan = 0.43, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 130 126 230 -
CMYK 0.43 0.45 0 0.10
HSL 242.31º 0.68% 0.7% -
HSV(B) 242.31º 0.45% 0.9% -
XYZ 30.95 25.38 78.13 -
YUV 139.05 179.33 121.54 -
System Red Green Blue C M Y K H S L
Decimal 130 126 230 0.43 0.45 0 0.10 242.31 0.68 0.7
Hex 82 7E E6 2B 2D 0 A F2 44 46
Octal 202 176 346 53 55 0 12 362 104 106
Binary 10000010 1111110 11100110 101011 101101 0 1010 11110010 1000100 1000110

Color Harmonies of #827EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827EE6

Black with #827EE6

Text Example


Text Example

White with #827EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,126,230); }

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

background-color css

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

 a { background-color: rgb(130,126,230); }

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

border-color css

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

 span { border-color: rgb(130,126,230); }

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