Html Css Color HEX #826CFF Light Slate Blue

📋 copy color: '#826CFF'

red 130 ◦ green 108 ◦ blue 255

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

Shades of Light Slate Blue #826CFF

Tints of Light Slate Blue #826CFF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.91%

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

R = 26.37%
G = 21.91%
B = 51.72%

CMYK

 C value IS 0.49

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#826CFF (or 0x826CFF) is known color: Light Slate Blue. HEX triplet: 82, 6C and FF. RGB value is (130,108,255). Sum of RGB (Red+Green+Blue) = 130+108+255=493 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.37% from 493); Green value is 108 (42.58% from 255 or 21.91% from 493); Blue value is 255 (100% from 255 or 51.72% from 493); Max value from RGB is 255 - color contains mainly: blue. Hex color #826CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #826CFF is #7D9300. Grayscale: #828282. Windows color (decimal): -8229633 or 16739458. OLE color: 16739458.

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

Color convert

RGB 130 108 255 -
CMYK 0.49 0.58 0 0
HSL 248.98º 1% 0.71% -
HSV(B) 248.98º 0.58% 1% -
XYZ 32.62 22.69 97.27 -
YUV 131.34 197.79 127.05 -
System Red Green Blue C M Y K H S L
Decimal 130 108 255 0.49 0.58 0 0 248.98 1 0.71
Hex 82 6C FF 31 3A 0 0 F9 64 47
Octal 202 154 377 61 72 0 0 371 144 107
Binary 10000010 1101100 11111111 110001 111010 0 0 11111001 1100100 1000111

Color Harmonies of #826CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826CFF

Black with #826CFF

Text Example


Text Example

White with #826CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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