Html Css Color HEX #827AED Medium Slate Blue

📋 copy color: '#827AED'

red 130 ◦ green 122 ◦ blue 237

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

Shades of Medium Slate Blue #827AED

Tints of Medium Slate Blue #827AED

RGB

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

 GREEN value IS 122 (48.05% from 255) = 24.95%

 BLUE value IS 237 (92.97% from 255) = 48.47%

R = 26.58%
G = 24.95%
B = 48.47%

CMYK

 C value IS 0.45

 M value IS 0.49

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#827AED (or 0x827AED) is known color: Medium Slate Blue. HEX triplet: 82, 7A and ED. RGB value is (130,122,237). Sum of RGB (Red+Green+Blue) = 130+122+237=489 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.58% from 489); Green value is 122 (48.05% from 255 or 24.95% from 489); Blue value is 237 (92.97% from 255 or 48.47% from 489); Max value from RGB is 237 - color contains mainly: blue. Hex color #827AED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #827AED is #7D8512. Grayscale: #898989. Windows color (decimal): -8226067 or 15563394. OLE color: 15563394.

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

Color convert

RGB 130 122 237 -
CMYK 0.45 0.49 0 0.07
HSL 244.17º 0.76% 0.7% -
HSV(B) 244.17º 0.49% 0.93% -
XYZ 31.45 24.78 83.25 -
YUV 137.5 184.15 122.65 -
System Red Green Blue C M Y K H S L
Decimal 130 122 237 0.45 0.49 0 0.07 244.17 0.76 0.7
Hex 82 7A ED 2D 31 0 7 F4 4C 46
Octal 202 172 355 55 61 0 7 364 114 106
Binary 10000010 1111010 11101101 101101 110001 0 111 11110100 1001100 1000110

Color Harmonies of #827AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827AED

Black with #827AED

Text Example


Text Example

White with #827AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,122,237); }

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

background-color css

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

 a { background-color: rgb(130,122,237); }

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

border-color css

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

 span { border-color: rgb(130,122,237); }

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