Html Css Color HEX #8250FE Medium Slate Blue

📋 copy color: '#8250FE'

red 130 ◦ green 80 ◦ blue 254

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

Shades of Medium Slate Blue #8250FE

Tints of Medium Slate Blue #8250FE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.24%

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

R = 28.02%
G = 17.24%
B = 54.74%

CMYK

 C value IS 0.49

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8250FE (or 0x8250FE) is known color: Medium Slate Blue. HEX triplet: 82, 50 and FE. RGB value is (130,80,254). Sum of RGB (Red+Green+Blue) = 130+80+254=464 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.02% from 464); Green value is 80 (31.64% from 255 or 17.24% from 464); Blue value is 254 (99.61% from 255 or 54.74% from 464); Max value from RGB is 254 - color contains mainly: blue. Hex color #8250FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8250FE is #7DAF01. Grayscale: #727272. Windows color (decimal): -8236802 or 16666754. OLE color: 16666754.

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

Color convert

RGB 130 80 254 -
CMYK 0.49 0.69 0 0.00
HSL 257.24º 0.99% 0.65% -
HSV(B) 257.24º 0.69% 1% -
XYZ 29.96 17.64 95.59 -
YUV 114.79 206.57 138.85 -
System Red Green Blue C M Y K H S L
Decimal 130 80 254 0.49 0.69 0 0.00 257.24 0.99 0.65
Hex 82 50 FE 31 45 0 0 101 63 41
Octal 202 120 376 61 105 0 0 401 143 101
Binary 10000010 1010000 11111110 110001 1000101 0 0 100000001 1100011 1000001

Color Harmonies of #8250FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8250FE

Black with #8250FE

Text Example


Text Example

White with #8250FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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