Html Css Color HEX #827FF1 Light Slate Blue

📋 copy color: '#827FF1'

red 130 ◦ green 127 ◦ blue 241

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

Shades of Light Slate Blue #827FF1

Tints of Light Slate Blue #827FF1

RGB

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

 GREEN value IS 127 (50% from 255) = 25.5%

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

R = 26.1%
G = 25.5%
B = 48.39%

CMYK

 C value IS 0.46

 M value IS 0.47

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#827FF1 (or 0x827FF1) is known color: Light Slate Blue. HEX triplet: 82, 7F and F1. RGB value is (130,127,241). Sum of RGB (Red+Green+Blue) = 130+127+241=498 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.10% from 498); Green value is 127 (50% from 255 or 25.50% from 498); Blue value is 241 (94.53% from 255 or 48.39% from 498); Max value from RGB is 241 - color contains mainly: blue. Hex color #827FF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #827FF1 is #7D800E. Grayscale: #8C8C8C. Windows color (decimal): -8224783 or 15826818. OLE color: 15826818.

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

Color convert

RGB 130 127 241 -
CMYK 0.46 0.47 0 0.05
HSL 241.58º 0.8% 0.72% -
HSV(B) 241.58º 0.47% 0.95% -
XYZ 32.67 26.28 86.57 -
YUV 140.89 184.49 120.23 -
System Red Green Blue C M Y K H S L
Decimal 130 127 241 0.46 0.47 0 0.05 241.58 0.8 0.72
Hex 82 7F F1 2E 2F 0 5 F2 50 48
Octal 202 177 361 56 57 0 5 362 120 110
Binary 10000010 1111111 11110001 101110 101111 0 101 11110010 1010000 1001000

Color Harmonies of #827FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827FF1

Black with #827FF1

Text Example


Text Example

White with #827FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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