Html Css Color HEX #826EFF Light Slate Blue

📋 copy color: '#826EFF'

red 130 ◦ green 110 ◦ blue 255

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

Shades of Light Slate Blue #826EFF

Tints of Light Slate Blue #826EFF

RGB

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

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

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

R = 26.26%
G = 22.22%
B = 51.52%

CMYK

 C value IS 0.49

 M value IS 0.57

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#826EFF (or 0x826EFF) is known color: Light Slate Blue. HEX triplet: 82, 6E and FF. RGB value is (130,110,255). Sum of RGB (Red+Green+Blue) = 130+110+255=495 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.26% from 495); Green value is 110 (43.36% from 255 or 22.22% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #826EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #826EFF is #7D9100. Grayscale: #838383. Windows color (decimal): -8229121 or 16739970. OLE color: 16739970.

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

Color convert

RGB 130 110 255 -
CMYK 0.49 0.57 0 0
HSL 248.28º 1% 0.72% -
HSV(B) 248.28º 0.57% 1% -
XYZ 32.83 23.12 97.34 -
YUV 132.51 197.13 126.21 -
System Red Green Blue C M Y K H S L
Decimal 130 110 255 0.49 0.57 0 0 248.28 1 0.72
Hex 82 6E FF 31 39 0 0 F8 64 48
Octal 202 156 377 61 71 0 0 370 144 110
Binary 10000010 1101110 11111111 110001 111001 0 0 11111000 1100100 1001000

Color Harmonies of #826EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826EFF

Black with #826EFF

Text Example


Text Example

White with #826EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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