Html Css Color HEX #826FEA Medium Slate Blue

📋 copy color: '#826FEA'

red 130 ◦ green 111 ◦ blue 234

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

Shades of Medium Slate Blue #826FEA

Tints of Medium Slate Blue #826FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 49.26%

R = 27.37%
G = 23.37%
B = 49.26%

CMYK

 C value IS 0.44

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#826FEA (or 0x826FEA) is known color: Medium Slate Blue. HEX triplet: 82, 6F and EA. RGB value is (130,111,234). Sum of RGB (Red+Green+Blue) = 130+111+234=475 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.37% from 475); Green value is 111 (43.75% from 255 or 23.37% from 475); Blue value is 234 (91.80% from 255 or 49.26% from 475); Max value from RGB is 234 - color contains mainly: blue. Hex color #826FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #826FEA is #7D9015. Grayscale: #828282. Windows color (decimal): -8228886 or 15363970. OLE color: 15363970.

HSL color Cylindrical-coordinate representation of color #826FEA: hue angle of 249.27º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #826FEA is Cyan = 0.44, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 130 111 234 -
CMYK 0.44 0.53 0 0.08
HSL 249.27º 0.75% 0.68% -
HSV(B) 249.27º 0.53% 0.92% -
XYZ 29.74 22.06 80.53 -
YUV 130.7 186.29 127.5 -
System Red Green Blue C M Y K H S L
Decimal 130 111 234 0.44 0.53 0 0.08 249.27 0.75 0.68
Hex 82 6F EA 2C 35 0 8 F9 4B 44
Octal 202 157 352 54 65 0 10 371 113 104
Binary 10000010 1101111 11101010 101100 110101 0 1000 11111001 1001011 1000100

Color Harmonies of #826FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826FEA

Black with #826FEA

Text Example


Text Example

White with #826FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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