Html Css Color HEX #827FFD Light Slate Blue

📋 copy color: '#827FFD'

red 130 ◦ green 127 ◦ blue 253

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

Shades of Light Slate Blue #827FFD

Tints of Light Slate Blue #827FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 49.61%

R = 25.49%
G = 24.9%
B = 49.61%

CMYK

 C value IS 0.49

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#827FFD (or 0x827FFD) is known color: Light Slate Blue. HEX triplet: 82, 7F and FD. RGB value is (130,127,253). Sum of RGB (Red+Green+Blue) = 130+127+253=510 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.49% from 510); Green value is 127 (50% from 255 or 24.90% from 510); Blue value is 253 (99.22% from 255 or 49.61% from 510); Max value from RGB is 253 - color contains mainly: blue. Hex color #827FFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #827FFD is #7D8002. Grayscale: #8D8D8D. Windows color (decimal): -8224771 or 16613250. OLE color: 16613250.

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

Color convert

RGB 130 127 253 -
CMYK 0.49 0.50 0 0.01
HSL 241.43º 0.97% 0.75% -
HSV(B) 241.43º 0.5% 0.99% -
XYZ 34.52 27.02 96.32 -
YUV 142.26 190.49 119.25 -
System Red Green Blue C M Y K H S L
Decimal 130 127 253 0.49 0.50 0 0.01 241.43 0.97 0.75
Hex 82 7F FD 31 32 0 1 F1 61 4B
Octal 202 177 375 61 62 0 1 361 141 113
Binary 10000010 1111111 11111101 110001 110010 0 1 11110001 1100001 1001011

Color Harmonies of #827FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827FFD

Black with #827FFD

Text Example


Text Example

White with #827FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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