Html Css Color HEX #826DFB Light Slate Blue

📋 copy color: '#826DFB'

red 130 ◦ green 109 ◦ blue 251

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

Shades of Light Slate Blue #826DFB

Tints of Light Slate Blue #826DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 51.22%

R = 26.53%
G = 22.24%
B = 51.22%

CMYK

 C value IS 0.48

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#826DFB (or 0x826DFB) is known color: Light Slate Blue. HEX triplet: 82, 6D and FB. RGB value is (130,109,251). Sum of RGB (Red+Green+Blue) = 130+109+251=490 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.53% from 490); Green value is 109 (42.97% from 255 or 22.24% from 490); Blue value is 251 (98.44% from 255 or 51.22% from 490); Max value from RGB is 251 - color contains mainly: blue. Hex color #826DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #826DFB is #7D9204. Grayscale: #828282. Windows color (decimal): -8229381 or 16477570. OLE color: 16477570.

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

Color convert

RGB 130 109 251 -
CMYK 0.48 0.57 0 0.02
HSL 248.87º 0.95% 0.71% -
HSV(B) 248.87º 0.57% 0.98% -
XYZ 32.09 22.65 93.95 -
YUV 131.47 195.46 126.95 -
System Red Green Blue C M Y K H S L
Decimal 130 109 251 0.48 0.57 0 0.02 248.87 0.95 0.71
Hex 82 6D FB 30 39 0 2 F9 5F 47
Octal 202 155 373 60 71 0 2 371 137 107
Binary 10000010 1101101 11111011 110000 111001 0 10 11111001 1011111 1000111

Color Harmonies of #826DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826DFB

Black with #826DFB

Text Example


Text Example

White with #826DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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