Html Css Color HEX #826CFA Light Slate Blue

📋 copy color: '#826CFA'

red 130 ◦ green 108 ◦ blue 250

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

Shades of Light Slate Blue #826CFA

Tints of Light Slate Blue #826CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 51.23%

R = 26.64%
G = 22.13%
B = 51.23%

CMYK

 C value IS 0.48

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#826CFA (or 0x826CFA) is known color: Light Slate Blue. HEX triplet: 82, 6C and FA. RGB value is (130,108,250). Sum of RGB (Red+Green+Blue) = 130+108+250=488 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.64% from 488); Green value is 108 (42.58% from 255 or 22.13% from 488); Blue value is 250 (98.05% from 255 or 51.23% from 488); Max value from RGB is 250 - color contains mainly: blue. Hex color #826CFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #826CFA is #7D9305. Grayscale: #828282. Windows color (decimal): -8229638 or 16411778. OLE color: 16411778.

HSL color Cylindrical-coordinate representation of color #826CFA: hue angle of 249.3º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #826CFA is Cyan = 0.48, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 130 108 250 -
CMYK 0.48 0.57 0 0.02
HSL 249.3º 0.93% 0.7% -
HSV(B) 249.3º 0.57% 0.98% -
XYZ 31.82 22.37 93.08 -
YUV 130.77 195.29 127.45 -
System Red Green Blue C M Y K H S L
Decimal 130 108 250 0.48 0.57 0 0.02 249.3 0.93 0.7
Hex 82 6C FA 30 39 0 2 F9 5D 46
Octal 202 154 372 60 71 0 2 371 135 106
Binary 10000010 1101100 11111010 110000 111001 0 10 11111001 1011101 1000110

Color Harmonies of #826CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826CFA

Black with #826CFA

Text Example


Text Example

White with #826CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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