Html Css Color HEX #8257FC Medium Slate Blue

📋 copy color: '#8257FC'

red 130 ◦ green 87 ◦ blue 252

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

Shades of Medium Slate Blue #8257FC

Tints of Medium Slate Blue #8257FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 53.73%

R = 27.72%
G = 18.55%
B = 53.73%

CMYK

 C value IS 0.48

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8257FC (or 0x8257FC) is known color: Medium Slate Blue. HEX triplet: 82, 57 and FC. RGB value is (130,87,252). Sum of RGB (Red+Green+Blue) = 130+87+252=469 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.72% from 469); Green value is 87 (34.38% from 255 or 18.55% from 469); Blue value is 252 (98.83% from 255 or 53.73% from 469); Max value from RGB is 252 - color contains mainly: blue. Hex color #8257FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8257FC is #7DA803. Grayscale: #767676. Windows color (decimal): -8235012 or 16537474. OLE color: 16537474.

HSL color Cylindrical-coordinate representation of color #8257FC: hue angle of 255.64º degrees, saturation: 0.96, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8257FC is Cyan = 0.48, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 130 87 252 -
CMYK 0.48 0.65 0 0.01
HSL 255.64º 0.96% 0.66% -
HSV(B) 255.64º 0.65% 0.99% -
XYZ 30.18 18.59 94.09 -
YUV 118.67 203.25 136.08 -
System Red Green Blue C M Y K H S L
Decimal 130 87 252 0.48 0.65 0 0.01 255.64 0.96 0.66
Hex 82 57 FC 30 41 0 1 100 60 42
Octal 202 127 374 60 101 0 1 400 140 102
Binary 10000010 1010111 11111100 110000 1000001 0 1 100000000 1100000 1000010

Color Harmonies of #8257FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8257FC

Black with #8257FC

Text Example


Text Example

White with #8257FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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