Html Css Color HEX #827EF1 Light Slate Blue

📋 copy color: '#827EF1'

red 130 ◦ green 126 ◦ blue 241

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

Shades of Light Slate Blue #827EF1

Tints of Light Slate Blue #827EF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 48.49%

R = 26.16%
G = 25.35%
B = 48.49%

CMYK

 C value IS 0.46

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#827EF1 (or 0x827EF1) is known color: Light Slate Blue. HEX triplet: 82, 7E and F1. RGB value is (130,126,241). Sum of RGB (Red+Green+Blue) = 130+126+241=497 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.16% from 497); Green value is 126 (49.61% from 255 or 25.35% from 497); Blue value is 241 (94.53% from 255 or 48.49% from 497); Max value from RGB is 241 - color contains mainly: blue. Hex color #827EF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #827EF1 is #7D810E. Grayscale: #8B8B8B. Windows color (decimal): -8225039 or 15826562. OLE color: 15826562.

HSL color Cylindrical-coordinate representation of color #827EF1: hue angle of 242.09º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #827EF1 is Cyan = 0.46, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 130 126 241 -
CMYK 0.46 0.48 0 0.05
HSL 242.09º 0.8% 0.72% -
HSV(B) 242.09º 0.48% 0.95% -
XYZ 32.54 26.02 86.53 -
YUV 140.31 184.83 120.65 -
System Red Green Blue C M Y K H S L
Decimal 130 126 241 0.46 0.48 0 0.05 242.09 0.8 0.72
Hex 82 7E F1 2E 30 0 5 F2 50 48
Octal 202 176 361 56 60 0 5 362 120 110
Binary 10000010 1111110 11110001 101110 110000 0 101 11110010 1010000 1001000

Color Harmonies of #827EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827EF1

Black with #827EF1

Text Example


Text Example

White with #827EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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