Html Css Color HEX #827EEC Medium Slate Blue

📋 copy color: '#827EEC'

red 130 ◦ green 126 ◦ blue 236

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

Shades of Medium Slate Blue #827EEC

Tints of Medium Slate Blue #827EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 47.97%

R = 26.42%
G = 25.61%
B = 47.97%

CMYK

 C value IS 0.45

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#827EEC (or 0x827EEC) is known color: Medium Slate Blue. HEX triplet: 82, 7E and EC. RGB value is (130,126,236). Sum of RGB (Red+Green+Blue) = 130+126+236=492 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.42% from 492); Green value is 126 (49.61% from 255 or 25.61% from 492); Blue value is 236 (92.58% from 255 or 47.97% from 492); Max value from RGB is 236 - color contains mainly: blue. Hex color #827EEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #827EEC is #7D8113. Grayscale: #8B8B8B. Windows color (decimal): -8225044 or 15498882. OLE color: 15498882.

HSL color Cylindrical-coordinate representation of color #827EEC: hue angle of 242.18º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #827EEC is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 130 126 236 -
CMYK 0.45 0.47 0 0.07
HSL 242.18º 0.74% 0.71% -
HSV(B) 242.18º 0.47% 0.93% -
XYZ 31.81 25.72 82.65 -
YUV 139.74 182.33 121.06 -
System Red Green Blue C M Y K H S L
Decimal 130 126 236 0.45 0.47 0 0.07 242.18 0.74 0.71
Hex 82 7E EC 2D 2F 0 7 F2 4A 47
Octal 202 176 354 55 57 0 7 362 112 107
Binary 10000010 1111110 11101100 101101 101111 0 111 11110010 1001010 1000111

Color Harmonies of #827EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827EEC

Black with #827EEC

Text Example


Text Example

White with #827EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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