Html Css Color HEX #826BFE Light Slate Blue

📋 copy color: '#826BFE'

red 130 ◦ green 107 ◦ blue 254

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

Shades of Light Slate Blue #826BFE

Tints of Light Slate Blue #826BFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 51.73%

R = 26.48%
G = 21.79%
B = 51.73%

CMYK

 C value IS 0.49

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#826BFE (or 0x826BFE) is known color: Light Slate Blue. HEX triplet: 82, 6B and FE. RGB value is (130,107,254). Sum of RGB (Red+Green+Blue) = 130+107+254=491 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.48% from 491); Green value is 107 (42.19% from 255 or 21.79% from 491); Blue value is 254 (99.61% from 255 or 51.73% from 491); Max value from RGB is 254 - color contains mainly: blue. Hex color #826BFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #826BFE is #7D9401. Grayscale: #828282. Windows color (decimal): -8229890 or 16673666. OLE color: 16673666.

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

Color convert

RGB 130 107 254 -
CMYK 0.49 0.58 0 0.00
HSL 249.39º 0.99% 0.71% -
HSV(B) 249.39º 0.58% 1% -
XYZ 32.35 22.42 96.39 -
YUV 130.64 197.62 127.55 -
System Red Green Blue C M Y K H S L
Decimal 130 107 254 0.49 0.58 0 0.00 249.39 0.99 0.71
Hex 82 6B FE 31 3A 0 0 F9 63 47
Octal 202 153 376 61 72 0 0 371 143 107
Binary 10000010 1101011 11111110 110001 111010 0 0 11111001 1100011 1000111

Color Harmonies of #826BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826BFE

Black with #826BFE

Text Example


Text Example

White with #826BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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