Html Css Color HEX #827CE6 Medium Slate Blue

📋 copy color: '#827CE6'

red 130 ◦ green 124 ◦ blue 230

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

Shades of Medium Slate Blue #827CE6

Tints of Medium Slate Blue #827CE6

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.62%

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

R = 26.86%
G = 25.62%
B = 47.52%

CMYK

 C value IS 0.43

 M value IS 0.46

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#827CE6 (or 0x827CE6) is known color: Medium Slate Blue. HEX triplet: 82, 7C and E6. RGB value is (130,124,230). Sum of RGB (Red+Green+Blue) = 130+124+230=484 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.86% from 484); Green value is 124 (48.83% from 255 or 25.62% from 484); Blue value is 230 (90.23% from 255 or 47.52% from 484); Max value from RGB is 230 - color contains mainly: blue. Hex color #827CE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #827CE6 is #7D8319. Grayscale: #898989. Windows color (decimal): -8225562 or 15105154. OLE color: 15105154.

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

Color convert

RGB 130 124 230 -
CMYK 0.43 0.46 0 0.10
HSL 243.4º 0.68% 0.69% -
HSV(B) 243.4º 0.46% 0.9% -
XYZ 30.7 24.87 78.05 -
YUV 137.88 179.99 122.38 -
System Red Green Blue C M Y K H S L
Decimal 130 124 230 0.43 0.46 0 0.10 243.4 0.68 0.69
Hex 82 7C E6 2B 2E 0 A F3 44 45
Octal 202 174 346 53 56 0 12 363 104 105
Binary 10000010 1111100 11100110 101011 101110 0 1010 11110011 1000100 1000101

Color Harmonies of #827CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827CE6

Black with #827CE6

Text Example


Text Example

White with #827CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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