Html Css Color HEX #8250FB Medium Slate Blue

📋 copy color: '#8250FB'

red 130 ◦ green 80 ◦ blue 251

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

Shades of Medium Slate Blue #8250FB

Tints of Medium Slate Blue #8250FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 54.45%

R = 28.2%
G = 17.35%
B = 54.45%

CMYK

 C value IS 0.48

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8250FB (or 0x8250FB) is known color: Medium Slate Blue. HEX triplet: 82, 50 and FB. RGB value is (130,80,251). Sum of RGB (Red+Green+Blue) = 130+80+251=461 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.20% from 461); Green value is 80 (31.64% from 255 or 17.35% from 461); Blue value is 251 (98.44% from 255 or 54.45% from 461); Max value from RGB is 251 - color contains mainly: blue. Hex color #8250FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8250FB is #7DAF04. Grayscale: #717171. Windows color (decimal): -8236805 or 16470146. OLE color: 16470146.

HSL color Cylindrical-coordinate representation of color #8250FB: hue angle of 257.54º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8250FB is Cyan = 0.48, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 130 80 251 -
CMYK 0.48 0.68 0 0.02
HSL 257.54º 0.96% 0.65% -
HSV(B) 257.54º 0.68% 0.98% -
XYZ 29.49 17.45 93.08 -
YUV 114.44 205.07 139.1 -
System Red Green Blue C M Y K H S L
Decimal 130 80 251 0.48 0.68 0 0.02 257.54 0.96 0.65
Hex 82 50 FB 30 44 0 2 102 60 41
Octal 202 120 373 60 104 0 2 402 140 101
Binary 10000010 1010000 11111011 110000 1000100 0 10 100000010 1100000 1000001

Color Harmonies of #8250FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8250FB

Black with #8250FB

Text Example


Text Example

White with #8250FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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