Html Css Color HEX #8257FE Medium Slate Blue

📋 copy color: '#8257FE'

red 130 ◦ green 87 ◦ blue 254

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

Shades of Medium Slate Blue #8257FE

Tints of Medium Slate Blue #8257FE

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.47%

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

R = 27.6%
G = 18.47%
B = 53.93%

CMYK

 C value IS 0.49

 M value IS 0.66

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8257FE (or 0x8257FE) is known color: Medium Slate Blue. HEX triplet: 82, 57 and FE. RGB value is (130,87,254). Sum of RGB (Red+Green+Blue) = 130+87+254=471 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.60% from 471); Green value is 87 (34.38% from 255 or 18.47% from 471); Blue value is 254 (99.61% from 255 or 53.93% from 471); Max value from RGB is 254 - color contains mainly: blue. Hex color #8257FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8257FE is #7DA801. Grayscale: #767676. Windows color (decimal): -8235010 or 16668546. OLE color: 16668546.

HSL color Cylindrical-coordinate representation of color #8257FE: hue angle of 255.45º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8257FE is Cyan = 0.49, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 130 87 254 -
CMYK 0.49 0.66 0 0.00
HSL 255.45º 0.99% 0.67% -
HSV(B) 255.45º 0.66% 1% -
XYZ 30.5 18.72 95.77 -
YUV 118.9 204.25 135.92 -
System Red Green Blue C M Y K H S L
Decimal 130 87 254 0.49 0.66 0 0.00 255.45 0.99 0.67
Hex 82 57 FE 31 42 0 0 FF 63 43
Octal 202 127 376 61 102 0 0 377 143 103
Binary 10000010 1010111 11111110 110001 1000010 0 0 11111111 1100011 1000011

Color Harmonies of #8257FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8257FE

Black with #8257FE

Text Example


Text Example

White with #8257FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8257FE; }

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

 H1.HeaderClassName
 {
   color: #8257FE;
 }
 .AnyTagClassName
 {
   color: #8257FE;
 }
</style>

background-color css

<style>
 a { background-color: #8257FE; }

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

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

border-color css

<style>
 span { border-color: #8257FE; }

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

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