Html Css Color HEX #827BEC Medium Slate Blue

📋 copy color: '#827BEC'

red 130 ◦ green 123 ◦ blue 236

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

Shades of Medium Slate Blue #827BEC

Tints of Medium Slate Blue #827BEC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.15%

 BLUE value IS 236 (92.58% from 255) = 48.26%

R = 26.58%
G = 25.15%
B = 48.26%

CMYK

 C value IS 0.45

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#827BEC (or 0x827BEC) is known color: Medium Slate Blue. HEX triplet: 82, 7B and EC. RGB value is (130,123,236). Sum of RGB (Red+Green+Blue) = 130+123+236=489 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.58% from 489); Green value is 123 (48.44% from 255 or 25.15% from 489); Blue value is 236 (92.58% from 255 or 48.26% from 489); Max value from RGB is 236 - color contains mainly: blue. Hex color #827BEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #827BEC is #7D8413. Grayscale: #898989. Windows color (decimal): -8225812 or 15498114. OLE color: 15498114.

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

Color convert

RGB 130 123 236 -
CMYK 0.45 0.48 0 0.07
HSL 243.72º 0.75% 0.7% -
HSV(B) 243.72º 0.48% 0.93% -
XYZ 31.43 24.97 82.52 -
YUV 137.98 183.32 122.31 -
System Red Green Blue C M Y K H S L
Decimal 130 123 236 0.45 0.48 0 0.07 243.72 0.75 0.7
Hex 82 7B EC 2D 30 0 7 F4 4B 46
Octal 202 173 354 55 60 0 7 364 113 106
Binary 10000010 1111011 11101100 101101 110000 0 111 11110100 1001011 1000110

Color Harmonies of #827BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827BEC

Black with #827BEC

Text Example


Text Example

White with #827BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,123,236); }

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

background-color css

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

 a { background-color: rgb(130,123,236); }

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

border-color css

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

 span { border-color: rgb(130,123,236); }

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