Html Css Color HEX #827CE4 Medium Slate Blue

📋 copy color: '#827CE4'

red 130 ◦ green 124 ◦ blue 228

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

Shades of Medium Slate Blue #827CE4

Tints of Medium Slate Blue #827CE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 47.3%

R = 26.97%
G = 25.73%
B = 47.3%

CMYK

 C value IS 0.43

 M value IS 0.46

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#827CE4 (or 0x827CE4) is known color: Medium Slate Blue. HEX triplet: 82, 7C and E4. RGB value is (130,124,228). Sum of RGB (Red+Green+Blue) = 130+124+228=482 (63% of max value = 765). Red value is 130 (51.17% from 255 or 26.97% from 482); Green value is 124 (48.83% from 255 or 25.73% from 482); Blue value is 228 (89.45% from 255 or 47.30% from 482); Max value from RGB is 228 - color contains mainly: blue. Hex color #827CE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827CE4 is #7D831B. Grayscale: #898989. Windows color (decimal): -8225564 or 14974082. OLE color: 14974082.

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

Color convert

RGB 130 124 228 -
CMYK 0.43 0.46 0 0.11
HSL 243.46º 0.66% 0.69% -
HSV(B) 243.46º 0.46% 0.89% -
XYZ 30.42 24.76 76.58 -
YUV 137.65 178.99 122.54 -
System Red Green Blue C M Y K H S L
Decimal 130 124 228 0.43 0.46 0 0.11 243.46 0.66 0.69
Hex 82 7C E4 2B 2E 0 B F3 42 45
Octal 202 174 344 53 56 0 13 363 102 105
Binary 10000010 1111100 11100100 101011 101110 0 1011 11110011 1000010 1000101

Color Harmonies of #827CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827CE4

Black with #827CE4

Text Example


Text Example

White with #827CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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