Html Css Color HEX #826EF8 Light Slate Blue

📋 copy color: '#826EF8'

red 130 ◦ green 110 ◦ blue 248

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

Shades of Light Slate Blue #826EF8

Tints of Light Slate Blue #826EF8

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.54%

 BLUE value IS 248 (97.27% from 255) = 50.82%

R = 26.64%
G = 22.54%
B = 50.82%

CMYK

 C value IS 0.48

 M value IS 0.56

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#826EF8 (or 0x826EF8) is known color: Light Slate Blue. HEX triplet: 82, 6E and F8. RGB value is (130,110,248). Sum of RGB (Red+Green+Blue) = 130+110+248=488 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.64% from 488); Green value is 110 (43.36% from 255 or 22.54% from 488); Blue value is 248 (97.27% from 255 or 50.82% from 488); Max value from RGB is 248 - color contains mainly: blue. Hex color #826EF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #826EF8 is #7D9107. Grayscale: #838383. Windows color (decimal): -8229128 or 16281218. OLE color: 16281218.

HSL color Cylindrical-coordinate representation of color #826EF8: hue angle of 248.7º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #826EF8 is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 130 110 248 -
CMYK 0.48 0.56 0 0.03
HSL 248.7º 0.91% 0.7% -
HSV(B) 248.7º 0.56% 0.97% -
XYZ 31.73 22.68 91.51 -
YUV 131.71 193.63 126.78 -
System Red Green Blue C M Y K H S L
Decimal 130 110 248 0.48 0.56 0 0.03 248.7 0.91 0.7
Hex 82 6E F8 30 38 0 3 F9 5B 46
Octal 202 156 370 60 70 0 3 371 133 106
Binary 10000010 1101110 11111000 110000 111000 0 11 11111001 1011011 1000110

Color Harmonies of #826EF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826EF8

Black with #826EF8

Text Example


Text Example

White with #826EF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,110,248); }

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

background-color css

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

 a { background-color: rgb(130,110,248); }

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

border-color css

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

 span { border-color: rgb(130,110,248); }

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