Html Css Color HEX #826CFC Light Slate Blue

📋 copy color: '#826CFC'

red 130 ◦ green 108 ◦ blue 252

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

Shades of Light Slate Blue #826CFC

Tints of Light Slate Blue #826CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 51.43%

R = 26.53%
G = 22.04%
B = 51.43%

CMYK

 C value IS 0.48

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#826CFC (or 0x826CFC) is known color: Light Slate Blue. HEX triplet: 82, 6C and FC. RGB value is (130,108,252). Sum of RGB (Red+Green+Blue) = 130+108+252=490 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.53% from 490); Green value is 108 (42.58% from 255 or 22.04% from 490); Blue value is 252 (98.83% from 255 or 51.43% from 490); Max value from RGB is 252 - color contains mainly: blue. Hex color #826CFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #826CFC is #7D9303. Grayscale: #828282. Windows color (decimal): -8229636 or 16542850. OLE color: 16542850.

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

Color convert

RGB 130 108 252 -
CMYK 0.48 0.57 0 0.01
HSL 249.17º 0.96% 0.71% -
HSV(B) 249.17º 0.57% 0.99% -
XYZ 32.14 22.5 94.74 -
YUV 130.99 196.29 127.29 -
System Red Green Blue C M Y K H S L
Decimal 130 108 252 0.48 0.57 0 0.01 249.17 0.96 0.71
Hex 82 6C FC 30 39 0 1 F9 60 47
Octal 202 154 374 60 71 0 1 371 140 107
Binary 10000010 1101100 11111100 110000 111001 0 1 11111001 1100000 1000111

Color Harmonies of #826CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826CFC

Black with #826CFC

Text Example


Text Example

White with #826CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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