Html Css Color HEX #827FFE Light Slate Blue

📋 copy color: '#827FFE'

red 130 ◦ green 127 ◦ blue 254

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

Shades of Light Slate Blue #827FFE

Tints of Light Slate Blue #827FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 49.71%

R = 25.44%
G = 24.85%
B = 49.71%

CMYK

 C value IS 0.49

 M value IS 0.50

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#827FFE (or 0x827FFE) is known color: Light Slate Blue. HEX triplet: 82, 7F and FE. RGB value is (130,127,254). Sum of RGB (Red+Green+Blue) = 130+127+254=511 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.44% from 511); Green value is 127 (50% from 255 or 24.85% from 511); Blue value is 254 (99.61% from 255 or 49.71% from 511); Max value from RGB is 254 - color contains mainly: blue. Hex color #827FFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #827FFE is #7D8001. Grayscale: #8D8D8D. Windows color (decimal): -8224770 or 16678786. OLE color: 16678786.

HSL color Cylindrical-coordinate representation of color #827FFE: hue angle of 241.42º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #827FFE is Cyan = 0.49, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 130 127 254 -
CMYK 0.49 0.50 0 0.00
HSL 241.42º 0.98% 0.75% -
HSV(B) 241.42º 0.5% 1% -
XYZ 34.68 27.08 97.16 -
YUV 142.38 190.99 119.17 -
System Red Green Blue C M Y K H S L
Decimal 130 127 254 0.49 0.50 0 0.00 241.42 0.98 0.75
Hex 82 7F FE 31 32 0 0 F1 62 4B
Octal 202 177 376 61 62 0 0 361 142 113
Binary 10000010 1111111 11111110 110001 110010 0 0 11110001 1100010 1001011

Color Harmonies of #827FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827FFE

Black with #827FFE

Text Example


Text Example

White with #827FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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