Html Css Color HEX #826BF2 Medium Slate Blue

📋 copy color: '#826BF2'

red 130 ◦ green 107 ◦ blue 242

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

Shades of Medium Slate Blue #826BF2

Tints of Medium Slate Blue #826BF2

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.34%

 BLUE value IS 242 (94.92% from 255) = 50.52%

R = 27.14%
G = 22.34%
B = 50.52%

CMYK

 C value IS 0.46

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#826BF2 (or 0x826BF2) is known color: Medium Slate Blue. HEX triplet: 82, 6B and F2. RGB value is (130,107,242). Sum of RGB (Red+Green+Blue) = 130+107+242=479 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.14% from 479); Green value is 107 (42.19% from 255 or 22.34% from 479); Blue value is 242 (94.92% from 255 or 50.52% from 479); Max value from RGB is 242 - color contains mainly: blue. Hex color #826BF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #826BF2 is #7D940D. Grayscale: #808080. Windows color (decimal): -8229902 or 15887234. OLE color: 15887234.

HSL color Cylindrical-coordinate representation of color #826BF2: hue angle of 250.22º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #826BF2 is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 130 107 242 -
CMYK 0.46 0.56 0 0.05
HSL 250.22º 0.84% 0.68% -
HSV(B) 250.22º 0.56% 0.95% -
XYZ 30.49 21.67 86.58 -
YUV 129.27 191.62 128.52 -
System Red Green Blue C M Y K H S L
Decimal 130 107 242 0.46 0.56 0 0.05 250.22 0.84 0.68
Hex 82 6B F2 2E 38 0 5 FA 54 44
Octal 202 153 362 56 70 0 5 372 124 104
Binary 10000010 1101011 11110010 101110 111000 0 101 11111010 1010100 1000100

Color Harmonies of #826BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826BF2

Black with #826BF2

Text Example


Text Example

White with #826BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,107,242); }

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

background-color css

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

 a { background-color: rgb(130,107,242); }

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

border-color css

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

 span { border-color: rgb(130,107,242); }

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