Html Css Color HEX #826FEF Medium Slate Blue

📋 copy color: '#826FEF'

red 130 ◦ green 111 ◦ blue 239

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

Shades of Medium Slate Blue #826FEF

Tints of Medium Slate Blue #826FEF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.13%

 BLUE value IS 239 (93.75% from 255) = 49.79%

R = 27.08%
G = 23.13%
B = 49.79%

CMYK

 C value IS 0.46

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#826FEF (or 0x826FEF) is known color: Medium Slate Blue. HEX triplet: 82, 6F and EF. RGB value is (130,111,239). Sum of RGB (Red+Green+Blue) = 130+111+239=480 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.08% from 480); Green value is 111 (43.75% from 255 or 23.12% from 480); Blue value is 239 (93.75% from 255 or 49.79% from 480); Max value from RGB is 239 - color contains mainly: blue. Hex color #826FEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #826FEF is #7D9010. Grayscale: #828282. Windows color (decimal): -8228881 or 15691650. OLE color: 15691650.

HSL color Cylindrical-coordinate representation of color #826FEF: hue angle of 248.91º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #826FEF is Cyan = 0.46, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 130 111 239 -
CMYK 0.46 0.54 0 0.06
HSL 248.91º 0.8% 0.69% -
HSV(B) 248.91º 0.54% 0.94% -
XYZ 30.47 22.35 84.37 -
YUV 131.27 188.79 127.09 -
System Red Green Blue C M Y K H S L
Decimal 130 111 239 0.46 0.54 0 0.06 248.91 0.8 0.69
Hex 82 6F EF 2E 36 0 6 F9 50 45
Octal 202 157 357 56 66 0 6 371 120 105
Binary 10000010 1101111 11101111 101110 110110 0 110 11111001 1010000 1000101

Color Harmonies of #826FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826FEF

Black with #826FEF

Text Example


Text Example

White with #826FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826FEF; }

 p { color: rgb(130,111,239); }

 H1.HeaderClassName
 {
   color: #826FEF;
 }
 .AnyTagClassName
 {
   color: #826FEF;
 }
</style>

background-color css

<style>
 a { background-color: #826FEF; }

 a { background-color: rgb(130,111,239); }

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

border-color css

<style>
 span { border-color: #826FEF; }

 span { border-color: rgb(130,111,239); }

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