Html Css Color HEX #826DFF Light Slate Blue

📋 copy color: '#826DFF'

red 130 ◦ green 109 ◦ blue 255

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

Shades of Light Slate Blue #826DFF

Tints of Light Slate Blue #826DFF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.06%

 BLUE value IS 255 (100% from 255) = 51.62%

R = 26.32%
G = 22.06%
B = 51.62%

CMYK

 C value IS 0.49

 M value IS 0.57

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#826DFF (or 0x826DFF) is known color: Light Slate Blue. HEX triplet: 82, 6D and FF. RGB value is (130,109,255). Sum of RGB (Red+Green+Blue) = 130+109+255=494 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.32% from 494); Green value is 109 (42.97% from 255 or 22.06% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #826DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #826DFF is #7D9200. Grayscale: #838383. Windows color (decimal): -8229377 or 16739714. OLE color: 16739714.

HSL color Cylindrical-coordinate representation of color #826DFF: hue angle of 248.63º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #826DFF is Cyan = 0.49, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 130 109 255 -
CMYK 0.49 0.57 0 0
HSL 248.63º 1% 0.71% -
HSV(B) 248.63º 0.57% 1% -
XYZ 32.72 22.9 97.3 -
YUV 131.92 197.46 126.63 -
System Red Green Blue C M Y K H S L
Decimal 130 109 255 0.49 0.57 0 0 248.63 1 0.71
Hex 82 6D FF 31 39 0 0 F9 64 47
Octal 202 155 377 61 71 0 0 371 144 107
Binary 10000010 1101101 11111111 110001 111001 0 0 11111001 1100100 1000111

Color Harmonies of #826DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826DFF

Black with #826DFF

Text Example


Text Example

White with #826DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,109,255); }

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

background-color css

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

 a { background-color: rgb(130,109,255); }

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

border-color css

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

 span { border-color: rgb(130,109,255); }

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