Html Css Color HEX #827EF6 Light Slate Blue

📋 copy color: '#827EF6'

red 130 ◦ green 126 ◦ blue 246

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

Shades of Light Slate Blue #827EF6

Tints of Light Slate Blue #827EF6

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25.1%

 BLUE value IS 246 (96.48% from 255) = 49%

R = 25.9%
G = 25.1%
B = 49%

CMYK

 C value IS 0.47

 M value IS 0.49

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#827EF6 (or 0x827EF6) is known color: Light Slate Blue. HEX triplet: 82, 7E and F6. RGB value is (130,126,246). Sum of RGB (Red+Green+Blue) = 130+126+246=502 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.90% from 502); Green value is 126 (49.61% from 255 or 25.10% from 502); Blue value is 246 (96.48% from 255 or 49.00% from 502); Max value from RGB is 246 - color contains mainly: blue. Hex color #827EF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #827EF6 is #7D8109. Grayscale: #8C8C8C. Windows color (decimal): -8225034 or 16154242. OLE color: 16154242.

HSL color Cylindrical-coordinate representation of color #827EF6: hue angle of 242º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #827EF6 is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 130 126 246 -
CMYK 0.47 0.49 0 0.04
HSL 242º 0.87% 0.73% -
HSV(B) 242º 0.49% 0.96% -
XYZ 33.3 26.32 90.51 -
YUV 140.88 187.33 120.24 -
System Red Green Blue C M Y K H S L
Decimal 130 126 246 0.47 0.49 0 0.04 242 0.87 0.73
Hex 82 7E F6 2F 31 0 4 F2 57 49
Octal 202 176 366 57 61 0 4 362 127 111
Binary 10000010 1111110 11110110 101111 110001 0 100 11110010 1010111 1001001

Color Harmonies of #827EF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827EF6

Black with #827EF6

Text Example


Text Example

White with #827EF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827EF6; }

 p { color: rgb(130,126,246); }

 H1.HeaderClassName
 {
   color: #827EF6;
 }
 .AnyTagClassName
 {
   color: #827EF6;
 }
</style>

background-color css

<style>
 a { background-color: #827EF6; }

 a { background-color: rgb(130,126,246); }

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

border-color css

<style>
 span { border-color: #827EF6; }

 span { border-color: rgb(130,126,246); }

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