Html Css Color HEX #827FEC Medium Slate Blue

📋 copy color: '#827FEC'

red 130 ◦ green 127 ◦ blue 236

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

Shades of Medium Slate Blue #827FEC

Tints of Medium Slate Blue #827FEC

RGB

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

 GREEN value IS 127 (50% from 255) = 25.76%

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

R = 26.37%
G = 25.76%
B = 47.87%

CMYK

 C value IS 0.45

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#827FEC (or 0x827FEC) is known color: Medium Slate Blue. HEX triplet: 82, 7F and EC. RGB value is (130,127,236). Sum of RGB (Red+Green+Blue) = 130+127+236=493 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.37% from 493); Green value is 127 (50% from 255 or 25.76% from 493); Blue value is 236 (92.58% from 255 or 47.87% from 493); Max value from RGB is 236 - color contains mainly: blue. Hex color #827FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #827FEC is #7D8013. Grayscale: #8B8B8B. Windows color (decimal): -8224788 or 15499138. OLE color: 15499138.

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

Color convert

RGB 130 127 236 -
CMYK 0.45 0.46 0 0.07
HSL 241.65º 0.74% 0.71% -
HSV(B) 241.65º 0.46% 0.93% -
XYZ 31.94 25.98 82.69 -
YUV 140.32 181.99 120.64 -
System Red Green Blue C M Y K H S L
Decimal 130 127 236 0.45 0.46 0 0.07 241.65 0.74 0.71
Hex 82 7F EC 2D 2E 0 7 F2 4A 47
Octal 202 177 354 55 56 0 7 362 112 107
Binary 10000010 1111111 11101100 101101 101110 0 111 11110010 1001010 1000111

Color Harmonies of #827FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827FEC

Black with #827FEC

Text Example


Text Example

White with #827FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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