Html Css Color HEX #826BFF Light Slate Blue

📋 copy color: '#826BFF'

red 130 ◦ green 107 ◦ blue 255

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

Shades of Light Slate Blue #826BFF

Tints of Light Slate Blue #826BFF

RGB

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

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

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

R = 26.42%
G = 21.75%
B = 51.83%

CMYK

 C value IS 0.49

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#826BFF (or 0x826BFF) is known color: Light Slate Blue. HEX triplet: 82, 6B and FF. RGB value is (130,107,255). Sum of RGB (Red+Green+Blue) = 130+107+255=492 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.42% from 492); Green value is 107 (42.19% from 255 or 21.75% from 492); Blue value is 255 (100% from 255 or 51.83% from 492); Max value from RGB is 255 - color contains mainly: blue. Hex color #826BFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #826BFF is #7D9400. Grayscale: #828282. Windows color (decimal): -8229889 or 16739202. OLE color: 16739202.

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

Color convert

RGB 130 107 255 -
CMYK 0.49 0.58 0 0
HSL 249.32º 1% 0.71% -
HSV(B) 249.32º 0.58% 1% -
XYZ 32.51 22.48 97.23 -
YUV 130.75 198.12 127.47 -
System Red Green Blue C M Y K H S L
Decimal 130 107 255 0.49 0.58 0 0 249.32 1 0.71
Hex 82 6B FF 31 3A 0 0 F9 64 47
Octal 202 153 377 61 72 0 0 371 144 107
Binary 10000010 1101011 11111111 110001 111010 0 0 11111001 1100100 1000111

Color Harmonies of #826BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826BFF

Black with #826BFF

Text Example


Text Example

White with #826BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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