Html Css Color HEX #826FFF Light Slate Blue

📋 copy color: '#826FFF'

red 130 ◦ green 111 ◦ blue 255

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

Shades of Light Slate Blue #826FFF

Tints of Light Slate Blue #826FFF

RGB

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

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

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

R = 26.21%
G = 22.38%
B = 51.41%

CMYK

 C value IS 0.49

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#826FFF (or 0x826FFF) is known color: Light Slate Blue. HEX triplet: 82, 6F and FF. RGB value is (130,111,255). Sum of RGB (Red+Green+Blue) = 130+111+255=496 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.21% from 496); Green value is 111 (43.75% from 255 or 22.38% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #826FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #826FFF is #7D9000. Grayscale: #848484. Windows color (decimal): -8228865 or 16740226. OLE color: 16740226.

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

Color convert

RGB 130 111 255 -
CMYK 0.49 0.56 0 0
HSL 247.92º 1% 0.72% -
HSV(B) 247.92º 0.56% 1% -
XYZ 32.94 23.33 97.38 -
YUV 133.1 196.79 125.79 -
System Red Green Blue C M Y K H S L
Decimal 130 111 255 0.49 0.56 0 0 247.92 1 0.72
Hex 82 6F FF 31 38 0 0 F8 64 48
Octal 202 157 377 61 70 0 0 370 144 110
Binary 10000010 1101111 11111111 110001 111000 0 0 11111000 1100100 1001000

Color Harmonies of #826FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826FFF

Black with #826FFF

Text Example


Text Example

White with #826FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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