Html Css Color HEX #827CEB Medium Slate Blue

📋 copy color: '#827CEB'

red 130 ◦ green 124 ◦ blue 235

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

Shades of Medium Slate Blue #827CEB

Tints of Medium Slate Blue #827CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.06%

R = 26.58%
G = 25.36%
B = 48.06%

CMYK

 C value IS 0.45

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#827CEB (or 0x827CEB) is known color: Medium Slate Blue. HEX triplet: 82, 7C and EB. RGB value is (130,124,235). Sum of RGB (Red+Green+Blue) = 130+124+235=489 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.58% from 489); Green value is 124 (48.83% from 255 or 25.36% from 489); Blue value is 235 (92.19% from 255 or 48.06% from 489); Max value from RGB is 235 - color contains mainly: blue. Hex color #827CEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #827CEB is #7D8314. Grayscale: #8A8A8A. Windows color (decimal): -8225557 or 15432834. OLE color: 15432834.

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

Color convert

RGB 130 124 235 -
CMYK 0.45 0.47 0 0.08
HSL 243.24º 0.74% 0.7% -
HSV(B) 243.24º 0.47% 0.92% -
XYZ 31.41 25.16 81.8 -
YUV 138.45 182.49 121.97 -
System Red Green Blue C M Y K H S L
Decimal 130 124 235 0.45 0.47 0 0.08 243.24 0.74 0.7
Hex 82 7C EB 2D 2F 0 8 F3 4A 46
Octal 202 174 353 55 57 0 10 363 112 106
Binary 10000010 1111100 11101011 101101 101111 0 1000 11110011 1001010 1000110

Color Harmonies of #827CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827CEB

Black with #827CEB

Text Example


Text Example

White with #827CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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