Html Css Color HEX #827EEB Medium Slate Blue

📋 copy color: '#827EEB'

red 130 ◦ green 126 ◦ blue 235

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

Shades of Medium Slate Blue #827EEB

Tints of Medium Slate Blue #827EEB

RGB

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

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

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

R = 26.48%
G = 25.66%
B = 47.86%

CMYK

 C value IS 0.45

 M value IS 0.46

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#827EEB (or 0x827EEB) is known color: Medium Slate Blue. HEX triplet: 82, 7E and EB. RGB value is (130,126,235). Sum of RGB (Red+Green+Blue) = 130+126+235=491 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.48% from 491); Green value is 126 (49.61% from 255 or 25.66% from 491); Blue value is 235 (92.19% from 255 or 47.86% from 491); Max value from RGB is 235 - color contains mainly: blue. Hex color #827EEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #827EEB is #7D8114. Grayscale: #8B8B8B. Windows color (decimal): -8225045 or 15433346. OLE color: 15433346.

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

Color convert

RGB 130 126 235 -
CMYK 0.45 0.46 0 0.08
HSL 242.2º 0.73% 0.71% -
HSV(B) 242.2º 0.46% 0.92% -
XYZ 31.66 25.67 81.88 -
YUV 139.62 181.83 121.14 -
System Red Green Blue C M Y K H S L
Decimal 130 126 235 0.45 0.46 0 0.08 242.2 0.73 0.71
Hex 82 7E EB 2D 2E 0 8 F2 49 47
Octal 202 176 353 55 56 0 10 362 111 107
Binary 10000010 1111110 11101011 101101 101110 0 1000 11110010 1001001 1000111

Color Harmonies of #827EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827EEB

Black with #827EEB

Text Example


Text Example

White with #827EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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