Html Css Color HEX #8250FA Medium Slate Blue

📋 copy color: '#8250FA'

red 130 ◦ green 80 ◦ blue 250

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

Shades of Medium Slate Blue #8250FA

Tints of Medium Slate Blue #8250FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 54.35%

R = 28.26%
G = 17.39%
B = 54.35%

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

#8250FA (or 0x8250FA) is known color: Medium Slate Blue. HEX triplet: 82, 50 and FA. RGB value is (130,80,250). Sum of RGB (Red+Green+Blue) = 130+80+250=460 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.26% from 460); Green value is 80 (31.64% from 255 or 17.39% from 460); Blue value is 250 (98.05% from 255 or 54.35% from 460); Max value from RGB is 250 - color contains mainly: blue. Hex color #8250FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8250FA is #7DAF05. Grayscale: #717171. Windows color (decimal): -8236806 or 16404610. OLE color: 16404610.

HSL color Cylindrical-coordinate representation of color #8250FA: hue angle of 257.65º degrees, saturation: 0.94, 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 #8250FA is Cyan = 0.48, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 130 80 250 -
CMYK 0.48 0.68 0 0.02
HSL 257.65º 0.94% 0.65% -
HSV(B) 257.65º 0.68% 0.98% -
XYZ 29.33 17.39 92.25 -
YUV 114.33 204.57 139.18 -
System Red Green Blue C M Y K H S L
Decimal 130 80 250 0.48 0.68 0 0.02 257.65 0.94 0.65
Hex 82 50 FA 30 44 0 2 102 5E 41
Octal 202 120 372 60 104 0 2 402 136 101
Binary 10000010 1010000 11111010 110000 1000100 0 10 100000010 1011110 1000001

Color Harmonies of #8250FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8250FA

Black with #8250FA

Text Example


Text Example

White with #8250FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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