Html Css Color HEX #827DED Medium Slate Blue

📋 copy color: '#827DED'

red 130 ◦ green 125 ◦ blue 237

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

Shades of Medium Slate Blue #827DED

Tints of Medium Slate Blue #827DED

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.41%

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

R = 26.42%
G = 25.41%
B = 48.17%

CMYK

 C value IS 0.45

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#827DED (or 0x827DED) is known color: Medium Slate Blue. HEX triplet: 82, 7D and ED. RGB value is (130,125,237). Sum of RGB (Red+Green+Blue) = 130+125+237=492 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.42% from 492); Green value is 125 (49.22% from 255 or 25.41% from 492); Blue value is 237 (92.97% from 255 or 48.17% from 492); Max value from RGB is 237 - color contains mainly: blue. Hex color #827DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #827DED is #7D8212. Grayscale: #8A8A8A. Windows color (decimal): -8225299 or 15564162. OLE color: 15564162.

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

Color convert

RGB 130 125 237 -
CMYK 0.45 0.47 0 0.07
HSL 242.68º 0.76% 0.71% -
HSV(B) 242.68º 0.47% 0.93% -
XYZ 31.83 25.53 83.37 -
YUV 139.26 183.16 121.39 -
System Red Green Blue C M Y K H S L
Decimal 130 125 237 0.45 0.47 0 0.07 242.68 0.76 0.71
Hex 82 7D ED 2D 2F 0 7 F3 4C 47
Octal 202 175 355 55 57 0 7 363 114 107
Binary 10000010 1111101 11101101 101101 101111 0 111 11110011 1001100 1000111

Color Harmonies of #827DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827DED

Black with #827DED

Text Example


Text Example

White with #827DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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