Html Css Color HEX #827BED Medium Slate Blue

📋 copy color: '#827BED'

red 130 ◦ green 123 ◦ blue 237

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

Shades of Medium Slate Blue #827BED

Tints of Medium Slate Blue #827BED

RGB

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

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

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

R = 26.53%
G = 25.1%
B = 48.37%

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

#827BED (or 0x827BED) is known color: Medium Slate Blue. HEX triplet: 82, 7B and ED. RGB value is (130,123,237). Sum of RGB (Red+Green+Blue) = 130+123+237=490 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.53% from 490); Green value is 123 (48.44% from 255 or 25.10% from 490); Blue value is 237 (92.97% from 255 or 48.37% from 490); Max value from RGB is 237 - color contains mainly: blue. Hex color #827BED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #827BED is #7D8412. Grayscale: #898989. Windows color (decimal): -8225811 or 15563650. OLE color: 15563650.

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

Color convert

RGB 130 123 237 -
CMYK 0.45 0.48 0 0.07
HSL 243.68º 0.76% 0.71% -
HSV(B) 243.68º 0.48% 0.93% -
XYZ 31.57 25.03 83.29 -
YUV 138.09 183.82 122.23 -
System Red Green Blue C M Y K H S L
Decimal 130 123 237 0.45 0.48 0 0.07 243.68 0.76 0.71
Hex 82 7B ED 2D 30 0 7 F4 4C 47
Octal 202 173 355 55 60 0 7 364 114 107
Binary 10000010 1111011 11101101 101101 110000 0 111 11110100 1001100 1000111

Color Harmonies of #827BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827BED

Black with #827BED

Text Example


Text Example

White with #827BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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