Html Css Color HEX #826FED Medium Slate Blue

📋 copy color: '#826FED'

red 130 ◦ green 111 ◦ blue 237

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

Shades of Medium Slate Blue #826FED

Tints of Medium Slate Blue #826FED

RGB

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

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

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

R = 27.2%
G = 23.22%
B = 49.58%

CMYK

 C value IS 0.45

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#826FED (or 0x826FED) is known color: Medium Slate Blue. HEX triplet: 82, 6F and ED. RGB value is (130,111,237). Sum of RGB (Red+Green+Blue) = 130+111+237=478 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.20% from 478); Green value is 111 (43.75% from 255 or 23.22% from 478); Blue value is 237 (92.97% from 255 or 49.58% from 478); Max value from RGB is 237 - color contains mainly: blue. Hex color #826FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #826FED is #7D9012. Grayscale: #828282. Windows color (decimal): -8228883 or 15560578. OLE color: 15560578.

HSL color Cylindrical-coordinate representation of color #826FED: hue angle of 249.05º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #826FED is Cyan = 0.45, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 130 111 237 -
CMYK 0.45 0.53 0 0.07
HSL 249.05º 0.78% 0.68% -
HSV(B) 249.05º 0.53% 0.93% -
XYZ 30.18 22.23 82.82 -
YUV 131.05 187.79 127.25 -
System Red Green Blue C M Y K H S L
Decimal 130 111 237 0.45 0.53 0 0.07 249.05 0.78 0.68
Hex 82 6F ED 2D 35 0 7 F9 4E 44
Octal 202 157 355 55 65 0 7 371 116 104
Binary 10000010 1101111 11101101 101101 110101 0 111 11111001 1001110 1000100

Color Harmonies of #826FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826FED

Black with #826FED

Text Example


Text Example

White with #826FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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